]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/m2/gm2-gcc/gcc-consolidation.h
Update copyright years.
[thirdparty/gcc.git] / gcc / m2 / gm2-gcc / gcc-consolidation.h
1 /* gcc-consolidation.h provides a single header for required gcc headers.
2
3 Copyright (C) 2012-2024 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 "tree.h"
29 #include "predict.h"
30 #include "tm.h"
31 #include "hash-set.h"
32 #include "machmode.h"
33 #include "vec.h"
34 #include "double-int.h"
35 #include "input.h"
36 #include "alias.h"
37 #include "symtab.h"
38 #include "options.h"
39 #include "wide-int.h"
40 #include "inchash.h"
41 #include "stor-layout.h"
42 #include "attribs.h"
43 #include "intl.h"
44 #include "tree-iterator.h"
45 #include "diagnostic.h"
46 #include "wide-int-print.h"
47 #include "real.h"
48 #include "float.h"
49 #include "spellcheck.h"
50 #include "opt-suggestions.h"
51
52 /* Utilize some of the C build routines. */
53
54 #include "fold-const.h"
55 #include "varasm.h"
56 #include "hashtab.h"
57 #include "hard-reg-set.h"
58 #include "function.h"
59
60 #include "hash-map.h"
61 #include "langhooks.h"
62 #include "timevar.h"
63 #include "dumpfile.h"
64 #include "target.h"
65 #include "dominance.h"
66 #include "cfg.h"
67 #include "cfganal.h"
68 #include "predict.h"
69 #include "basic-block.h"
70 #include "tree-ssa-alias.h"
71 #include "internal-fn.h"
72 #include "gimple-expr.h"
73 #include "is-a.h"
74 #include "gimple.h"
75 #include "gimple-ssa.h"
76 #include "gimplify.h"
77 #include "stringpool.h"
78 #include "tree-nested.h"
79 #include "print-tree.h"
80 #include "toplev.h"
81 #include "convert.h"
82 #include "tree-dump.h"
83 #include "plugin-api.h"
84 #include "hard-reg-set.h"
85 #include "function.h"
86 #include "ipa-ref.h"
87 #include "cgraph.h"
88 #include "stmt.h"
89 #include <stdbool.h>