OSDN Git Service

treelang fixes to accommodate chaqnges elsewhere.
[pf3gnuchains/gcc-fork.git] / gcc / treelang / ChangeLog
1 2002-08-16  Tim Josling  <tej@melbpc.org.au>
2
3         Remove variables and functions now defined elsewhere.
4         
5         * treetree.c (maybe_objc_comptypes): Remove.
6         (warn_format, warn_format_y2k, warn_format_extra_args,
7         warn_format_nonliteral, warn_format_security,
8         warn_format_zero_length): Remove.
9         (maybe_building_objc_message_expr): Remove.
10         (cpp_post_options): Remove.
11         (maybe_objc_check_decl): Remove.
12         (integer_types): Remove.
13
14
15 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
16
17         * treelang.c: Remove cpp_post_options.
18
19 2002-08-13  Tim Josling  <tej@melbpc.org.au>
20
21         * parse.y: Provide dummy definition of rtx for use by config.h.
22         * Make-lang.in (treetree.o): Remove dependency on non-existent
23         gt-treelang-treelang.h.
24         (gt-treelang-treelang.h): Remove.
25
26 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
27
28         * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage files.
29
30 2002-07-11  Tim Josling  <tej@melbpc.org.au>
31
32         Remove front end hard coding from gengtype.c.  
33
34         * config-lang.in (gtfiles): Add files needed for this front
35         end.
36
37 2002-07-09  Tim Josling  <tej@melbpc.org.au>
38
39         Support new attributes regime (Fix for PR c++/7099).
40         
41         * treetree.c (handle_format_attribute): Return NULL_TREE instead
42         of aborting.
43         (top level): Define LANG_HOOKS_COMMON_ATTRIBUTE_TABLE
44         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE
45         LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES as the standard C routines.
46
47 2002-06-21  Andreas Jaeger  <aj@suse.de>
48
49         * Make-lang.in (treelang/tree1.o, treelang/treetree.o,
50         treelang/parse.o, treelang/lex.o): Add dependency on $(CONFIG_H).
51
52 2002-06-19  Paolo Bonzini <bonzini@gnu.org>
53
54         * lex.l (yyparse) Return AUTOMATIC for 'automatic' token rather
55         than STATIC.
56
57 2002-06-10  Tim Josling  <tej@melbpc.org.au>
58
59         Cleanup
60
61         * Make-lang.in (check-treelang). Add. Remove direct dependency of
62         'check' on 'treelang.check' as redundant.
63
64         PCH Garbage collection regime (gengtypes.c) phase 1.
65
66         * Make-lang.in (treelang/tree1.o). Depend on gt-treelang-tree1.h
67         gt-treelang-treelang.h gtype-treelang.h.
68         (gt-treelang-tree1.h) Depend on s-gtype.
69         (gt-treelang-treelang.h) Depend on s-gtype.
70         (gtype-treelang.h) Depend on s-gtype.
71
72         * config-lang.in (gtfiles): Define.
73
74         * lex.l (main): Remove '#if 0' dead code.
75         (main): Move undef of IN_GCC so define of tree typedef works.
76         (all): Replace token and production by prod_token_parm_item.
77
78         * parse.y
79         (all): Replace token and production by prod_token_parm_item.
80
81         * tree1.c (main): Remove include of "output.h".
82         (symbol_table): Add GTY details.
83         (symbol_table_ggc): Remove.
84         (treelang_init): Remove root definitions for garbage collection.
85         (mark_production_used): Remove.
86         (mark_token_used): Remove.
87         (main, at end): include generated garage collection routines.
88
89         * treelang.h (category_enum ): Add parameter_category.
90         (all): Replace token and production and parameters by union
91         prod_token_parm_item containing production_part, token_part,
92         parameter_part.
93         (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
94         EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
95         UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
96         EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move here from
97         treetree.h.
98
99         * treetree.c
100         (tm_p.h): Do not include.
101         (ansidecl.h): Move include after config.h.
102         (treelang.h): Include it.
103         (ADDROOT): Remove.
104         (all): Replace token, production and parameter by prod_token_parm_item.
105         (tree_parameter_list): Move to treelang.h as part of
106         prod_token_parm_item.
107         (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
108         EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
109         UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
110         EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move from here to
111         treelang.h.
112
113 2002-05-19  Tim Josling  <tej@melbpc.org.au>
114
115         * treetree.c (warn_format_zero_length): Add.
116
117 2002-05-14  Tim Josling  <tej@melbpc.org.au>
118
119         * Make-lang.in: Fix build for .info files, add target for manpages.
120         A bug report and a suggested patch came from Magnus Fromreide
121         <magfr@lysator.liu.se>.
122
123 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
124
125         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
126
127 2002-05-11  Tim Josling  <tej@melbpc.org.au>
128
129         * treetree.c: (cpp_define) Add.
130         (cpp_get_callbacks) Add.
131
132 2002-05-07  Tim Josling  <tej@melbpc.org.au>
133
134         * treetree.c: (cpp_get_options) Add.
135
136 2002-05-06  Tim Josling  <tej@melbpc.org.au>
137
138         * .cvsignore: Add.
139
140 2002-05-05  Tim Josling  <tej@melbpc.org.au>
141
142         * Updated for gcc3.2 experimental. Major changes throughout.
143
144 2002-03-31  Tim Josling  <tej@melbpc.org.au>
145
146         * Make-lang.in: Changes so build and check work more reliably
147
148 2001-07-30  Tim Josling  <tej@melbpc.org.au>
149
150         * root.texi: remove
151         * treelang.texi: updates based on feedback
152
153 2001-06-11  Tim Josling  <tej@melbpc.org.au>
154
155         * all (all) Revamp code to conform to GCC coding standards, fix
156         typos in texi files.
157
158 2001-05-11  Tim Josling  <tej@melbpc.org.au>
159
160         Create the new language.