Add missing file
[official-gcc.git] / gcc / treelang / ChangeLog
blob685c258a4f3ca6e0eb5b717eb24b06d2c61cee48
1 2002-07-11  Tim Josling  <tej@melbpc.org.au>
3         Remove front end hard coding from gengtype.c.  
5         * config-lang.in (gtfiles): Add files needed for this front
6         end.
8 2002-07-09  Tim Josling  <tej@melbpc.org.au>
10         Support new attributes regime (Fix for PR c++/7099).
11         
12         * treetree.c (handle_format_attribute): Return NULL_TREE instead
13         of aborting.
14         (top level): Define LANG_HOOKS_COMMON_ATTRIBUTE_TABLE
15         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE
16         LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES as the standard C routines.
18 2002-06-21  Andreas Jaeger  <aj@suse.de>
20         * Make-lang.in (treelang/tree1.o, treelang/treetree.o,
21         treelang/parse.o, treelang/lex.o): Add dependency on $(CONFIG_H).
23 2002-06-19  Paolo Bonzini <bonzini@gnu.org>
25         * lex.l (yyparse) Return AUTOMATIC for 'automatic' token rather
26         than STATIC.
28 2002-06-10  Tim Josling  <tej@melbpc.org.au>
30         Cleanup
32         * Make-lang.in (check-treelang). Add. Remove direct dependency of
33         'check' on 'treelang.check' as redundant.
35         PCH Garbage collection regime (gengtypes.c) phase 1.
37         * Make-lang.in (treelang/tree1.o). Depend on gt-treelang-tree1.h
38         gt-treelang-treelang.h gtype-treelang.h.
39         (gt-treelang-tree1.h) Depend on s-gtype.
40         (gt-treelang-treelang.h) Depend on s-gtype.
41         (gtype-treelang.h) Depend on s-gtype.
43         * config-lang.in (gtfiles): Define.
45         * lex.l (main): Remove '#if 0' dead code.
46         (main): Move undef of IN_GCC so define of tree typedef works.
47         (all): Replace token and production by prod_token_parm_item.
49         * parse.y
50         (all): Replace token and production by prod_token_parm_item.
52         * tree1.c (main): Remove include of "output.h".
53         (symbol_table): Add GTY details.
54         (symbol_table_ggc): Remove.
55         (treelang_init): Remove root definitions for garbage collection.
56         (mark_production_used): Remove.
57         (mark_token_used): Remove.
58         (main, at end): include generated garage collection routines.
60         * treelang.h (category_enum ): Add parameter_category.
61         (all): Replace token and production and parameters by union
62         prod_token_parm_item containing production_part, token_part,
63         parameter_part.
64         (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
65         EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
66         UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
67         EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move here from
68         treetree.h.
70         * treetree.c
71         (tm_p.h): Do not include.
72         (ansidecl.h): Move include after config.h.
73         (treelang.h): Include it.
74         (ADDROOT): Remove.
75         (all): Replace token, production and parameter by prod_token_parm_item.
76         (tree_parameter_list): Move to treelang.h as part of
77         prod_token_parm_item.
78         (STATIC_STORAGE AUTOMATIC_STORAGE EXTERNAL_REFERENCE_STORAGE
79         EXTERNAL_DEFINITION_STORAGE SIGNED_CHAR UNSIGNED_CHAR SIGNED_INT
80         UNSIGNED_INT VOID_TYPE EXP_PLUS EXP_REFERENCE EXP_ASSIGN
81         EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move from here to
82         treelang.h.
84 2002-05-19  Tim Josling  <tej@melbpc.org.au>
86         * treetree.c (warn_format_zero_length): Add.
88 2002-05-14  Tim Josling  <tej@melbpc.org.au>
90         * Make-lang.in: Fix build for .info files, add target for manpages.
91         A bug report and a suggested patch came from Magnus Fromreide
92         <magfr@lysator.liu.se>.
94 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
96         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
98 2002-05-11  Tim Josling  <tej@melbpc.org.au>
100         * treetree.c: (cpp_define) Add.
101         (cpp_get_callbacks) Add.
103 2002-05-07  Tim Josling  <tej@melbpc.org.au>
105         * treetree.c: (cpp_get_options) Add.
107 2002-05-06  Tim Josling  <tej@melbpc.org.au>
109         * .cvsignore: Add.
111 2002-05-05  Tim Josling  <tej@melbpc.org.au>
113         * Updated for gcc3.2 experimental. Major changes throughout.
115 2002-03-31  Tim Josling  <tej@melbpc.org.au>
117         * Make-lang.in: Changes so build and check work more reliably
119 2001-07-30  Tim Josling  <tej@melbpc.org.au>
121         * root.texi: remove
122         * treelang.texi: updates based on feedback
124 2001-06-11  Tim Josling  <tej@melbpc.org.au>
126         * all (all) Revamp code to conform to GCC coding standards, fix
127         typos in texi files.
129 2001-05-11  Tim Josling  <tej@melbpc.org.au>
131         Create the new language.