1 2004-08-26 Nathan Sidwell <nathan@codesourcery.com>
3 * treetree.c (tree_code_get_integer_value): Fix build_int_cst call.
5 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
7 * treelang/treetree.c (treelang_init_decl_processing): Adjust
8 build_common_tree_nodes call.
10 2004-08-14 Nathan Sidwell <nathan@codesourcery.com>
12 * treetree.c (tree_code_get_integer_value): Use build_int_cst.
14 2004-07-31 James A. Morrison <phython@gcc.gnu.org>
16 * Make-lang.in (TREE_BE_LIBS): Remove.
17 (tree1): Depend on BACKEND and LIBDEPS. Use BACKEND and LIBS instead
19 * parse.y: Add variable_defs_opt before statements_opt.
20 Use tree_code_get_type instead of get_type_for_numeric_type.
22 (parameters_opt): New rule.
23 (function_prototype): Use parameters_opt.
24 (return): Remove calls to print_token in error cases. Use VOID_TYPE.
25 (check_type_match): Use VOID_TYPE.
26 * lex.l (update_lineno_charno): Ensure INPUT_LINE starts at 1.
27 * tree1.c: Include version.h and cgraph.h
28 (treelang_parse_file): Call cgraph_finalize_compilation_unit and
30 * treelang.h (item): Remove extraneous GTY.
31 * treetree.h (get_type_for_numeric_type): Remove.
32 * treetree.c: Include tree-dump.h, tree-iterator.h, tree-gimple.h,
33 function.h, and cgraph.h. Don't include rtl.h
34 (keep_level_p): Remove.
35 (tree_push_atomic_type_decl): Remove.
36 (get_type_for_numeric_type): Remove.
37 (tree_code_get_numeric_type): Remove.
38 (global_bindings_p): Make static.
40 (insert_block): Likewise.
41 (tree_code_if_start): Create a COND_EXPR and add it to the tree
42 instead of creating rtl.
43 (tree_code_if_else): Create a BIND_EXPR if any variables were created
45 (tree_code_end_if): Likewise.
46 (tree_code_create_function_prototype): Use tree_code_get_type.
47 Don't use SET_DECL_ASSEMBLER_NAME.
48 (tree_code_create_function_initial): Set DECL_ARTIFICIAL and
49 DECL_IGNORING_P on RESULT_DECL. Use tree_code_get_type. Don't call
50 layout_decl on RESULT_DECL. Don't call rtl expand functions.
51 (tree_code_create_function_wrapup): Don't call rtl expand functions.
52 Create a BIND_EXPR for each function. Dump original and gimplified
53 copies of the function tree. Gimplify function.
54 (tree_code_create_variable): Use tree_code_get_type. Don't call
55 layout_decl or expand_decl. Fold CONVERT_EXPRs.
56 (tree_code_generate_return): Fold CONVERT_EXPRs and MODIFY_EXPRs.
57 Add RETURN_EXPR to the current statement list. Don't call rtl expand
59 (tree_code_output_expression_statement): Append CODE to current
61 (tree_code_get_expression): Fold expressions. Build a pointer to
62 a FUNCTION_TYPE intead of the called functions return type.
63 (struct binding_level): Add statement list STMTS.
64 (getstmtlist): New Function.
65 (pushlevel): Make static. Allocate an empty statement list.
66 (poplevel): Make static. Don't clear BLOCK_NODE's BLOCK_VARS.
67 Don't use DECL_ASSEMBLER_NAME.
68 (tree_push_type_decl): Set TYPE_NAME of TYPE_NODE to ID.
69 (treelang_init_decl_processing): Define basic types after unused types.
70 Don't call tree_push_atomic_type_decl.
71 (builtin_function): Don't call make_decl_rtl.
72 (treelang_expand_function). New Function.
74 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
76 * treetree.c (set_block): Remove.
77 (struct binding_level): Remove block_created_by_back_end.
78 (clear_binding_level): Likewise.
79 (tree_code_create_function_initial,
80 tree_code_create_function_wrapup): Call pushlevel and poplevel
81 directly rather than through hooks.
82 (poplevel): Don't handle block_created_by_back_end.
84 2004-04-07 Richard Henderson <rth@redhat.com>
86 * treetree.c (tree_mark_addressable): Don't put_var_into_stack.
88 2004-03-31 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
90 * treetree.c (tree_lang_signed_or_unsigned_type): Use TYPE_UNSIGNED,
93 2004-03-21 Joseph S. Myers <jsm@polyomino.org.uk>
95 * treelang.texi: Update link to "G++ and GCC".
97 2004-02-20 Richard Henderson <rth@redhat.com>
99 * Make-lang.in (treelang-warn): Add -Wno-variadic-macros.
101 2004-01-30 Kelley Cook <kcook@gcc.gnu.org>
103 * Make-lang.in (doc/treelang.dvi): Use $(abs_docdir).
105 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
107 * Make-lang.in: Replace $(docdir) with doc.
108 (treelang.info, treelang.srcinfo): New rules.
109 (treelang.man, treelang.man): Dummy entries.
111 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
113 * Make-lang.in (TREE_GENERATED): Delete reference to $(parsedir).
114 (treelang/parse.o, treelang/lex.o): Look for sources in build
115 directory. Use implicit rule.
116 (treelang/parse.c, treelang/parse.h treelang/lex.c): Always build in
118 (treelang.srcextra): Copy above back to source directory if requested.
120 2004-01-07 Zack Weinberg <zack@codesourcery.com>
122 * parse.y (yyerror): Mark the definition static.
124 2003-12-04 James A. Morrison <ja2morri@uwaterloo.ca>
126 * lex.l: Add \t as a whitespace character.
127 * treelang.texi (Lexical Syntax): Document a tab as whitespace.
129 * treelang.texi (What is GNU Treelang?): Fix a typo.
130 (Lexical Syntax): Create an itemize list of keywords. Add commas to
131 paragraph defining names.
133 2003-11-26 Jason Merrill <jason@redhat.com>
135 * Make-lang.in (treelang.tags): Create TAGS.sub files in each
136 directory and TAGS files that include them for each front end.
138 2003-11-21 Kelley Cook <kcook@gcc.gnu.org>
140 * .cvsignore: Delete.
142 2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
144 * Make-lang.in (treelang.extraclean): Delete.
146 2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
148 * Make-lang.in: Remove obsolete comment.
150 2003-11-03 Kelley Cook <kcook@gcc.gnu.org>
152 * Make-lang.in (dvi): Move targets to $(docobjdir).
153 (treelang.dvi): Simplify rule and adjust target.
154 (treelang.info): Simplify rule.
155 (parse.o): Correct dependencies.
156 (TREE_EXE): Delete doubled suffix append.
158 2003-10-21 Kelley Cook <kcook@gcc.gnu.org>
160 * Make-lang.in (treelang.o): Depend on $(parsedir)/treelang/parse.h.
163 2003-10-21 Kelley Cook <kcook@gcc.gnu.org>
165 * Make-lang.in (parse.o): Honor $(parsedir).
168 (parse.c, parse.h): Likewise.
169 ($(docobjdir)/treelang.info): Replace $(srcdir)/doc with $(docdir).
172 2003-10-20 Mark Mitchell <mark@codesourcery.com>
174 * Make-lang.in ($(docobjdir)/treelang/treelang.info): Depend on
177 * Make-lang.in (info): Use docobjdir.
178 ($(srcdir)/treelang/treelang.info): Replace with ...
179 ($(docobjdir)/treelang/treelang.info): ... this.
180 (install-info): New target.
182 2003-10-12 Andreas Jaeger <aj@suse.de>
184 * Make-lang.in (treelang.install-info): Remove reference to
186 (treelang.): Removed.
188 2003-10-06 Mark Mitchell <mark@codesourcery.com>
190 * Make-lang.in (treelang.info): Replace with ...
192 * Make-lang.in (treelang.dvi): Replace with ...
195 2003-09-21 Richard Henderson <rth@redhat.com>
197 * treetree.c: Revert.
199 2003-09-21 Richard Henderson <rth@redhat.com>
201 * treetree.c: Update for DECL_SOURCE_LOCATION rename and
204 2003-07-28 Andreas Jaeger <aj@suse.de>
206 * treetree.c: Convert remaining K&R prototypes to ISO C90.
209 * tree-convert.c: Likewise.
211 2003-07-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
213 * treetree.c: Remove unnecessary casts.
215 2003-07-15 Neil Booth <neil@daikokuya.co.uk>
217 * lang-options.h: Remove.
218 * lang.opt: Document some options. Remove --help.
219 * tree1.c (treelang_handle_option): Remove OPT__help case.
221 2003-07-12 Andreas Jaeger <aj@suse.de>
223 * Make-lang.in (treelang/tree-convert.o): Depend on TM_H.
225 2003-07-10 Neil Booth <neil@daikokuya.co.uk>
227 * Make-lang.in: Update.
228 * tree1.c: Don't include c-common.h.
229 (c_language): Remove.
231 2003-07-10 Fergus Henderson <fjh@cs.mu.oz.au>
232 Steven Bosscher <steven@gcc.gnu.org>
234 * tree-convert.c: New file.
235 * treetree.c: Don't include c-tree.h. Include target.h.
236 (struct lang_identifier, union lang_tree_node, struct lang_type,
237 struct lang_function): New, minimal language-specific datastructs.
238 (tree_lang_truthvalue_conversion, tree_mark_addressable,
239 tree_lang_type_for_size, tree_lang_type_for_mode,
240 tree_lang_unsigned_type, tree_lang_signed_type,
241 tree_lang_signed_or_unsigned): New functions.
242 (LANG_HOOKS_*): Don't use C front end langhooks. Use new functions.
243 (pushlevel, poplevel, global_bindings_p, insert_block, set_block,
244 pushdecl, getdecls, kept_level_p, tree_push_type_decl,
245 tree_push_atomic_type_decl): New functions.
246 (struct resword, struct reswords): Remove.
247 * Make-lang.in: Update. Don't depend on C front end objects.
248 * config-lang.in: Likewise.
250 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
252 * treelang/treetree.c (tree_code_if_start, tree_code_if_else,
253 tree_code_if_end, tree_code_create_function_initial,
254 tree_code_create_function_wrapup, tree_code_generate_return,
255 tree_code_output_expression_statement): Adjust emit_line_note
258 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
260 * Make-lang.in: Replace PWD with PWD_COMMAND.
262 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
264 * tree1.c (treelang_init_options): Update prototype.
265 * treelang.h (treelang_init_options): Update prototype.
267 2003-07-01 Neil Booth <neil@daikokuya.co.uk>
269 * Make-lang.in: Update.
270 * tree1.c: Include c-common.h. Define c_language.
272 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
274 * treetree.c (tree_code_create_function_wrapup): Adjust
275 expand_function_end call.
277 2003-06-18 Nathan Sidwell <nathan@codesourcery.com>
279 * treetree.c (build_stmt): Remove VPARAMS.
280 (pedwarn_c99): Likewise.
282 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
284 * lang.opt: Declare Treelang. Update.
285 * tree1.c (treelang_init_options): Update.
287 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
289 * treetree.c (tree_code_create_function_initial): Adjust
290 init_function_start call.
292 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
294 * Make-lang.in: Update to use options.c and options.h.
295 * tree1.c: Include options.h not t-options.h.
296 (treelang_init_options): New.
297 (treelang_handle_option): Abort on unrecognized switch.
298 * treetree.c (LANG_HOOKS_INIT_OPTIONS): Override.
299 * treetree.h (treelang_init_options): New.
301 2003-06-12 Andreas Jaeger <aj@suse.de>
303 * treetree.c: Remove cl_options-count and cl_options.
305 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
307 * Make-lang.in: Update for option handling.
309 * tree1.c: Include opts.h and t-options.h.
310 (treelang_decode_option): Remove.
311 (treelang_handle_option): New.
312 * treetree.c (LANG_HOOKS_DECODE_OPTION): Remove.
313 (LANG_HOOKS_HANDLE_OPTION): Override.
314 * treetree.h (treelang_decode_option): Remove.
315 (treelang_handle_option): New.
317 2003-06-08 Andreas Jaeger <aj@suse.de>
319 * Make-lang.in: Update.
320 * treetree.c: Include opts.h. Define cl_options_count and cl_options.
322 2003-06-08 Tim Josling <tej@melbpc.org.au>
324 * treetree.c (c_lex): Add fake routine to satisfy RS6000 backend.
326 2003-06-05 Jan Hubicka <jh@suse.cz>
328 * Make-lang.in: Add support for stageprofile and stagefeedback
330 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
332 * treetree.c (reswords): Remove __bounded__, __unbounded__.
334 2003-05-09 Tim Josling <tej@melbpc.org.au>
336 * Make-lang.in (TREE_BE_LIBS): Add C_TARGET_OBJS to object files
337 to link (needed by some front ends such as PPC).
339 * treetree.c (tree_code_create_function_initial): Fix long line.
340 Initialize tree_code_int_size and tree_code_char_size to
342 (tree_code_get_numeric_type): Add check that size1 parameter is
345 * parse.y: Fix extra long lines in prototypes.
347 * treelang.h: Fix extra long lines in macro definitions.
349 2003-05-07 Zack Weinberg <zack@codesourcery.com>
351 * Make-lang.in: Set -Wno-error for treelang/lex.o.
353 2003-05-06 Nathan Sidwell <nathan@codesourcery.com>
355 * Make-lang.in (treelang/tree1.o): Depends on input.h
356 (treelang/treetree.o, treelang/parse.o, treelang/lex.o): Likewise.
357 * treelang.h: #include input.h.
359 (struct token_part): Remove lineno, add location.
360 * lex.l (next_tree_lineno): Remove.
361 (update_lineno_charno): Adjust.
362 (dump_lex_value): Adjust.
363 * parse.y (variable_def, function_prototype, function, statement,
364 if_statement, return, function_invocation, variable_ref): Adjust.
365 (print_token, yyerror, ensure_not_void): Adjust.
366 tree1.c (in_fname): Remove.
367 (treelang_init): Setup input_location.
368 (lookup_tree_name): Adjust.
369 (insert_tree_name): Adjust.
370 * treetree.c (tree_code_if_start): Replace filename and lineno
371 parms with loc. Adjust.
372 (tree_code_if_else, tree_code_if_end,
373 tree_code_create_function_prototype,
374 tree_code_create_function_initial,
375 tree_code_create_function_wrapup, tree_code_create_variable,
376 tree_code_output_expression_statement): Likewise.
377 * treetree.h (tree_code_if_start): Replace filename and lineno
379 (tree_code_if_else, tree_code_if_end,
380 tree_code_create_function_prototype,
381 tree_code_create_function_initial,
382 tree_code_create_function_wrapup, tree_code_create_variable,
383 tree_code_output_expression_statement): Likewise.
385 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
387 * tree1.c (treelang_init): Rename lineno to input_line.
389 2003-04-30 Steven Bosscher <steven@gcc.gnu.org>
391 * parse.y (make_plus_expression): New function.
392 (expression production): Use make_plus_expression for PLUS,
393 MINUS, ASSIGN and EQUALS.
394 * tree1.c (treelang_decode_option): Don't fall through to
395 options that start with a different character when an option
398 2003-04-30 Nathan Sidwell <nathan@codesourcery.com>
400 * Make-lang.in (parse.c): Reorder bison arguments for POSIXLY_CORRECT.
401 * treetree.c: Do not #include parse.h.
403 2003-03-21 Andreas Jaeger <aj@suse.de>
405 * treetree.c (cpp_create_reader): Follow prototype change in
408 2003-03-17 Andreas Jaeger <aj@suse.de>
410 * Make-lang.in (treelang.tags): Remove duplicate entry.
412 2003-03-15 Andreas Jaeger <aj@suse.de>
414 * treetree.c (cpp_handle_option): Remove.
416 2003-03-13 Andreas Jaeger <aj@suse.de>
418 * Make-lang.in (tree1$(exeext)): Fix previous patch.
420 2003-03-12 Andreas Jaeger <aj@suse.de>
422 * Make-lang.in (tree1$(exeext)): Add c-cppbuiltin.o.
424 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
426 * tree1.c (in_fname): Fix type.
427 (treelang_init): Update prototype and use of in_fname.
428 * treelang.h (in_fname): Fix type.
429 * treetree.c (tree_code_if_start, tree_code_if_else,
430 tree_code_if_end, tree_code_create_function_prototype,
431 tree_code_create_function_initial, tree_code_create_funciton_wrapup,
432 tree_code_create_variable, tree_code_output_expression_statement)
433 : Fix prototypes and use of filenames.
434 * treetree.h: Similarly.
436 2003-03-05 Andreas Jaeger <aj@suse.de>
438 * treetree.c (init_c_lex): Follow change to c-common.h.
440 2003-03-04 Tom Tromey <tromey@redhat.com>
442 * Make-lang.in (treelang.tags): New target.
444 2003-03-01 Tim Josling <tej@melbpc.org.au>
446 Name clashes with rtl.h fixed.
448 * lex.l: Tokens PLUS, MINUS, RETURN changed to tl_PLUS tl_MINUS
453 2003-02-24 Tim Josling <tej@melbpc.org.au>
455 * parse.y (my_yylex): New - ensure lexer time is charged to
457 (yylex): redefine as invocation of my_yylex which then calls
458 flex-generated yylex.
459 (timevar.h): include.
461 2003-02-23 Tim Josling <tej@melbpc.org.au>
463 Fix garbage collection, add more error checking, force GC always.
465 * Make-lang.in (treelang/tree1.o): Depend on treelang/treetree.h
466 (treelang/treetree.o): Depend on treelang/parse.h
468 * lex.l: include "treetree.h"
470 * lex.l (update_yylval): Allocate string using get_string so GC
473 * parse.y (function_prototype): Set category correctly so GC works.
474 (function): Set category in search so checking works.
475 (function_invocation): Ditto.
476 (variable_ref): Ditto.
478 * tree1.c (lookup_tree_name): Call sanity_check for passed
479 production and associated token and for symbol table entries.
481 * tree1.c (sanity_check): New, basic check that struct is valid.
483 * treelang.h: Prototype for sanity_check.
485 2003-01-27 Tim Josling <tej@melbpc.org.au>
487 * treetree.c (treelang_init_decl_processing): Change memory
488 allocation to use GC.
490 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
492 * treelang.texi: Update to GFDL 1.2.
494 2003-01-26 Michael Matz <matz@suse.de>
496 * Make-lang.in (treelang/parse.o-warn): Define as -Wno-error.
498 2003-01-14 Andreas Jaeger <aj@suse.de>
500 * Make-lang.in (treelang.install-info): Depend only on info files
501 if BUILD_INFO is set. Fix install rules.
504 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
506 * Make-lang.in (treelang.install.common.done,
507 treelang.install-info, treelang.uninstall): Prepend
508 $(DESTDIR) to destination paths in all (un)installation
511 2002-12-28 Joseph S. Myers <jsm@polyomino.org.uk>
513 * treelang.texi: Use @copying.
515 2002-12-23 Joseph S. Myers <jsm@polyomino.org.uk>
517 * treelang.texi: Include gcc-common.texi.
518 * Make-lang.in ($(srcdir)/treelang/treelang.info, treelang.dvi):
519 Depend on gcc-common.texi. Add other missing dependencies.
520 (treelang.dvi): Use texi2dvi.
522 2002-12-22 Joseph S. Myers <jsm@polyomino.org.uk>
524 * treelang.texi: Use @ifnottex instead of @ifinfo.
526 2002-11-30 Zack Weinberg <zack@codesourcery.com>
528 * lex.l: Move "%{" below copyright notice; get rid of "/*"
529 embedded in comment. Do not #undef IN_GCC; do not include
530 stdio.h, memory.h, or ansidecl.h; do not include config.h twice.
531 Do include coretypes.h and tm.h.
532 * parse.y: Do not #undef IN_GCC, provide bogus definitions of tree
533 and rtx typedefs, or include stdio.h, stdlib.h, string.h, or
534 ansidecl.h. Do include coretypes.h and tm.h.
535 * tree1.c: Do not include ansidecl.h, stdlib.h, unistd.h, ctype.h,
536 stdarg.h, string.h, or stdio.h. Do include coretypes.h and tm.h.
537 * treetree.c: Do not include stdlib.h, unistd.h, safe-ctype.h,
538 errno.h. stdarg.h, limits.h, string.h, fcntl.h, getopt.h. stdio.h,
539 or ansidecl.h. Do include coretypes.h and tm.h.
540 * Make-lang.in: Update dependencies.
542 2002-09-09 Tim Josling <tej@melbpc.org.au>
544 * treetree.c (objc_is_id): New.
546 2002-08-16 Tim Josling <tej@melbpc.org.au>
548 Remove variables and functions now defined elsewhere.
550 * treetree.c (maybe_objc_comptypes): Remove.
551 (warn_format, warn_format_y2k, warn_format_extra_args,
552 warn_format_nonliteral, warn_format_security,
553 warn_format_zero_length): Remove.
554 (maybe_building_objc_message_expr): Remove.
555 (cpp_post_options): Remove.
556 (maybe_objc_check_decl): Remove.
557 (integer_types): Remove.
560 2002-08-13 Neil Booth <neil@daikokuya.co.uk>
562 * treelang.c: Remove cpp_post_options.
564 2002-08-13 Tim Josling <tej@melbpc.org.au>
566 * parse.y: Provide dummy definition of rtx for use by config.h.
567 * Make-lang.in (treetree.o): Remove dependency on non-existent
568 gt-treelang-treelang.h.
569 (gt-treelang-treelang.h): Remove.
571 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
573 * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage files.
575 2002-07-11 Tim Josling <tej@melbpc.org.au>
577 Remove front end hard coding from gengtype.c.
579 * config-lang.in (gtfiles): Add files needed for this front
582 2002-07-09 Tim Josling <tej@melbpc.org.au>
584 Support new attributes regime (Fix for PR c++/7099).
586 * treetree.c (handle_format_attribute): Return NULL_TREE instead
588 (top level): Define LANG_HOOKS_COMMON_ATTRIBUTE_TABLE
589 LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE
590 LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES as the standard C routines.
592 2002-06-21 Andreas Jaeger <aj@suse.de>
594 * Make-lang.in (treelang/tree1.o, treelang/treetree.o,
595 treelang/parse.o, treelang/lex.o): Add dependency on $(CONFIG_H).
597 2002-06-19 Paolo Bonzini <bonzini@gnu.org>
599 * lex.l (yyparse) Return AUTOMATIC for 'automatic' token rather
602 2002-06-10 Tim Josling <tej@melbpc.org.au>
606 * Make-lang.in (check-treelang). Add. Remove direct dependency of
607 'check' on 'treelang.check' as redundant.
609 PCH Garbage collection regime (gengtypes.c) phase 1.
611 * Make-lang.in (treelang/tree1.o). Depend on gt-treelang-tree1.h
612 gt-treelang-treelang.h gtype-treelang.h.
613 (gt-treelang-tree1.h) Depend on s-gtype.
614 (gt-treelang-treelang.h) Depend on s-gtype.
615 (gtype-treelang.h) Depend on s-gtype.
617 * config-lang.in (gtfiles): Define.
619 * lex.l (main): Remove '#if 0' dead code.
620 (main): Move undef of IN_GCC so define of tree typedef works.
621 (all): Replace token and production by prod_token_parm_item.
624 (all): Replace token and production by prod_token_parm_item.
626 * tree1.c (main): Remove include of "output.h".
627 (symbol_table): Add GTY details.
628 (symbol_table_ggc): Remove.
629 (treelang_init): Remove root definitions for garbage collection.
630 (mark_production_used): Remove.
631 (mark_token_used): Remove.
632 (main, at end): include generated garage collection routines.
634 * treelang.h (category_enum ): Add parameter_category.
635 (all): Replace token and production and parameters by union
636 prod_token_parm_item containing production_part, token_part,
638 (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
639 EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
640 UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
641 EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move here from
645 (tm_p.h): Do not include.
646 (ansidecl.h): Move include after config.h.
647 (treelang.h): Include it.
649 (all): Replace token, production and parameter by prod_token_parm_item.
650 (tree_parameter_list): Move to treelang.h as part of
651 prod_token_parm_item.
652 (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
653 EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
654 UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
655 EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move from here to
658 2002-05-19 Tim Josling <tej@melbpc.org.au>
660 * treetree.c (warn_format_zero_length): Add.
662 2002-05-14 Tim Josling <tej@melbpc.org.au>
664 * Make-lang.in: Fix build for .info files, add target for manpages.
665 A bug report and a suggested patch came from Magnus Fromreide
666 <magfr@lysator.liu.se>.
668 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
670 * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
672 2002-05-11 Tim Josling <tej@melbpc.org.au>
674 * treetree.c: (cpp_define) Add.
675 (cpp_get_callbacks) Add.
677 2002-05-07 Tim Josling <tej@melbpc.org.au>
679 * treetree.c: (cpp_get_options) Add.
681 2002-05-06 Tim Josling <tej@melbpc.org.au>
685 2002-05-05 Tim Josling <tej@melbpc.org.au>
687 * Updated for gcc3.2 experimental. Major changes throughout.
689 2002-03-31 Tim Josling <tej@melbpc.org.au>
691 * Make-lang.in: Changes so build and check work more reliably
693 2001-07-30 Tim Josling <tej@melbpc.org.au>
696 * treelang.texi: updates based on feedback
698 2001-06-11 Tim Josling <tej@melbpc.org.au>
700 * all (all) Revamp code to conform to GCC coding standards, fix
703 2001-05-11 Tim Josling <tej@melbpc.org.au>
705 Create the new language.