OSDN Git Service

fastjar:
[pf3gnuchains/gcc-fork.git] / gcc / treelang / ChangeLog
1 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
2
3         * treelang.texi: Update to GFDL 1.2.
4
5 2003-01-26  Michael Matz  <matz@suse.de>
6
7         * Make-lang.in (treelang/parse.o-warn): Define as -Wno-error.
8
9 2003-01-14  Andreas Jaeger  <aj@suse.de>
10
11         * Make-lang.in (treelang.install-info): Depend only on info files
12         if BUILD_INFO is set.  Fix install rules.
13         (treelang.): New.
14
15 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
16
17         * Make-lang.in (treelang.install.common.done,
18         treelang.install-info, treelang.uninstall): Prepend
19         $(DESTDIR) to destination paths in all (un)installation
20         commands.
21
22 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
23
24         * treelang.texi: Use @copying.
25
26 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
27
28         * treelang.texi: Include gcc-common.texi.
29         * Make-lang.in ($(srcdir)/treelang/treelang.info, treelang.dvi):
30         Depend on gcc-common.texi.  Add other missing dependencies.
31         (treelang.dvi): Use texi2dvi.
32
33 2002-12-22  Joseph S. Myers  <jsm@polyomino.org.uk>
34
35         * treelang.texi: Use @ifnottex instead of @ifinfo.
36
37 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
38
39         * lex.l: Move "%{" below copyright notice; get rid of "/*"
40         embedded in comment.  Do not #undef IN_GCC; do not include
41         stdio.h, memory.h, or ansidecl.h; do not include config.h twice.
42         Do include coretypes.h and tm.h.
43         * parse.y: Do not #undef IN_GCC, provide bogus definitions of tree
44         and rtx typedefs, or include stdio.h, stdlib.h, string.h, or
45         ansidecl.h. Do include coretypes.h and tm.h.
46         * tree1.c: Do not include ansidecl.h, stdlib.h, unistd.h, ctype.h,
47         stdarg.h, string.h, or stdio.h.  Do include coretypes.h and tm.h.
48         * treetree.c: Do not include stdlib.h, unistd.h, safe-ctype.h,
49         errno.h. stdarg.h, limits.h, string.h, fcntl.h, getopt.h. stdio.h,
50         or ansidecl.h.  Do include coretypes.h and tm.h.
51         * Make-lang.in: Update dependencies.
52
53 2002-09-09  Tim Josling  <tej@melbpc.org.au>
54
55         * treetree.c (objc_is_id): New.
56
57 2002-08-16  Tim Josling  <tej@melbpc.org.au>
58
59         Remove variables and functions now defined elsewhere.
60
61         * treetree.c (maybe_objc_comptypes): Remove.
62         (warn_format, warn_format_y2k, warn_format_extra_args,
63         warn_format_nonliteral, warn_format_security,
64         warn_format_zero_length): Remove.
65         (maybe_building_objc_message_expr): Remove.
66         (cpp_post_options): Remove.
67         (maybe_objc_check_decl): Remove.
68         (integer_types): Remove.
69
70
71 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
72
73         * treelang.c: Remove cpp_post_options.
74
75 2002-08-13  Tim Josling  <tej@melbpc.org.au>
76
77         * parse.y: Provide dummy definition of rtx for use by config.h.
78         * Make-lang.in (treetree.o): Remove dependency on non-existent
79         gt-treelang-treelang.h.
80         (gt-treelang-treelang.h): Remove.
81
82 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
83
84         * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage files.
85
86 2002-07-11  Tim Josling  <tej@melbpc.org.au>
87
88         Remove front end hard coding from gengtype.c.
89
90         * config-lang.in (gtfiles): Add files needed for this front
91         end.
92
93 2002-07-09  Tim Josling  <tej@melbpc.org.au>
94
95         Support new attributes regime (Fix for PR c++/7099).
96
97         * treetree.c (handle_format_attribute): Return NULL_TREE instead
98         of aborting.
99         (top level): Define LANG_HOOKS_COMMON_ATTRIBUTE_TABLE
100         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE
101         LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES as the standard C routines.
102
103 2002-06-21  Andreas Jaeger  <aj@suse.de>
104
105         * Make-lang.in (treelang/tree1.o, treelang/treetree.o,
106         treelang/parse.o, treelang/lex.o): Add dependency on $(CONFIG_H).
107
108 2002-06-19  Paolo Bonzini <bonzini@gnu.org>
109
110         * lex.l (yyparse) Return AUTOMATIC for 'automatic' token rather
111         than STATIC.
112
113 2002-06-10  Tim Josling  <tej@melbpc.org.au>
114
115         Cleanup
116
117         * Make-lang.in (check-treelang). Add. Remove direct dependency of
118         'check' on 'treelang.check' as redundant.
119
120         PCH Garbage collection regime (gengtypes.c) phase 1.
121
122         * Make-lang.in (treelang/tree1.o). Depend on gt-treelang-tree1.h
123         gt-treelang-treelang.h gtype-treelang.h.
124         (gt-treelang-tree1.h) Depend on s-gtype.
125         (gt-treelang-treelang.h) Depend on s-gtype.
126         (gtype-treelang.h) Depend on s-gtype.
127
128         * config-lang.in (gtfiles): Define.
129
130         * lex.l (main): Remove '#if 0' dead code.
131         (main): Move undef of IN_GCC so define of tree typedef works.
132         (all): Replace token and production by prod_token_parm_item.
133
134         * parse.y
135         (all): Replace token and production by prod_token_parm_item.
136
137         * tree1.c (main): Remove include of "output.h".
138         (symbol_table): Add GTY details.
139         (symbol_table_ggc): Remove.
140         (treelang_init): Remove root definitions for garbage collection.
141         (mark_production_used): Remove.
142         (mark_token_used): Remove.
143         (main, at end): include generated garage collection routines.
144
145         * treelang.h (category_enum ): Add parameter_category.
146         (all): Replace token and production and parameters by union
147         prod_token_parm_item containing production_part, token_part,
148         parameter_part.
149         (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
150         EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
151         UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
152         EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move here from
153         treetree.h.
154
155         * treetree.c
156         (tm_p.h): Do not include.
157         (ansidecl.h): Move include after config.h.
158         (treelang.h): Include it.
159         (ADDROOT): Remove.
160         (all): Replace token, production and parameter by prod_token_parm_item.
161         (tree_parameter_list): Move to treelang.h as part of
162         prod_token_parm_item.
163         (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
164         EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
165         UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
166         EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move from here to
167         treelang.h.
168
169 2002-05-19  Tim Josling  <tej@melbpc.org.au>
170
171         * treetree.c (warn_format_zero_length): Add.
172
173 2002-05-14  Tim Josling  <tej@melbpc.org.au>
174
175         * Make-lang.in: Fix build for .info files, add target for manpages.
176         A bug report and a suggested patch came from Magnus Fromreide
177         <magfr@lysator.liu.se>.
178
179 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
180
181         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
182
183 2002-05-11  Tim Josling  <tej@melbpc.org.au>
184
185         * treetree.c: (cpp_define) Add.
186         (cpp_get_callbacks) Add.
187
188 2002-05-07  Tim Josling  <tej@melbpc.org.au>
189
190         * treetree.c: (cpp_get_options) Add.
191
192 2002-05-06  Tim Josling  <tej@melbpc.org.au>
193
194         * .cvsignore: Add.
195
196 2002-05-05  Tim Josling  <tej@melbpc.org.au>
197
198         * Updated for gcc3.2 experimental. Major changes throughout.
199
200 2002-03-31  Tim Josling  <tej@melbpc.org.au>
201
202         * Make-lang.in: Changes so build and check work more reliably
203
204 2001-07-30  Tim Josling  <tej@melbpc.org.au>
205
206         * root.texi: remove
207         * treelang.texi: updates based on feedback
208
209 2001-06-11  Tim Josling  <tej@melbpc.org.au>
210
211         * all (all) Revamp code to conform to GCC coding standards, fix
212         typos in texi files.
213
214 2001-05-11  Tim Josling  <tej@melbpc.org.au>
215
216         Create the new language.