(root)/
gcc-13.2.0/
gcc/
m2/
gm2-gcc/
gcc-consolidation.h
       1  /* gcc-consolidation.h provides a single header for required gcc headers.
       2  
       3  Copyright (C) 2012-2023 Free Software Foundation, Inc.
       4  Contributed by Gaius Mulley <gaius@glam.ac.uk>.
       5  
       6  This file is part of GNU Modula-2.
       7  
       8  GNU Modula-2 is free software; you can redistribute it and/or modify
       9  it under the terms of the GNU General Public License as published by
      10  the Free Software Foundation; either version 3, or (at your option)
      11  any later version.
      12  
      13  GNU Modula-2 is distributed in the hope that it will be useful, but
      14  WITHOUT ANY WARRANTY; without even the implied warranty of
      15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      16  General Public License for more details.
      17  
      18  You should have received a copy of the GNU General Public License
      19  along with GNU Modula-2; see the file COPYING3.  If not see
      20  <http://www.gnu.org/licenses/>.  */
      21  
      22  #include "config.h"
      23  #include "system.h"
      24  #include "coretypes.h"
      25  #include "realmpfr.h"
      26  #include "backend.h"
      27  #include "stringpool.h"
      28  #include "rtl.h"
      29  #include "tree.h"
      30  #include "predict.h"
      31  #include "df.h"
      32  #include "tm.h"
      33  #include "hash-set.h"
      34  #include "machmode.h"
      35  #include "vec.h"
      36  #include "double-int.h"
      37  #include "input.h"
      38  #include "alias.h"
      39  #include "symtab.h"
      40  #include "options.h"
      41  #include "wide-int.h"
      42  #include "inchash.h"
      43  #include "stor-layout.h"
      44  #include "attribs.h"
      45  #include "intl.h"
      46  #include "tree-iterator.h"
      47  #include "diagnostic.h"
      48  #include "wide-int-print.h"
      49  #include "real.h"
      50  #include "float.h"
      51  #include "spellcheck.h"
      52  #include "opt-suggestions.h"
      53  
      54  /* Utilize some of the C build routines.  */
      55  
      56  #include "fold-const.h"
      57  #include "varasm.h"
      58  #include "hashtab.h"
      59  #include "hard-reg-set.h"
      60  #include "function.h"
      61  
      62  #include "hash-map.h"
      63  #include "langhooks.h"
      64  #include "timevar.h"
      65  #include "dumpfile.h"
      66  #include "target.h"
      67  #include "dominance.h"
      68  #include "cfg.h"
      69  #include "cfganal.h"
      70  #include "predict.h"
      71  #include "basic-block.h"
      72  #include "df.h"
      73  #include "tree-ssa-alias.h"
      74  #include "internal-fn.h"
      75  #include "gimple-expr.h"
      76  #include "is-a.h"
      77  #include "gimple.h"
      78  #include "gimple-ssa.h"
      79  #include "gimplify.h"
      80  #include "stringpool.h"
      81  #include "tree-nested.h"
      82  #include "print-tree.h"
      83  #include "except.h"
      84  #include "toplev.h"
      85  #include "convert.h"
      86  #include "tree-dump.h"
      87  #include "plugin-api.h"
      88  #include "hard-reg-set.h"
      89  #include "function.h"
      90  #include "ipa-ref.h"
      91  #include "cgraph.h"
      92  #include "stmt.h"
      93  #include <stdbool.h>