Merge to HEAD at tree-cleanup-merge-20041024 .
[official-gcc.git] / gcc / testsuite / treelang / ChangeLog
blobc60765b837c9bc9103fe6b688270cd55d2f458c4
1 2004-10-02  James A. Morrison  <phython@gcc.gnu.org>
3         * compile/autofunc.tree: New File.
4         * compile/badchar.tree: New File.
5         * compile/externvar.tree: New File.
6         * compile/mismatch.tree: New File.
7         * compile/noproto.tree: New File.
8         * compile/novar.tree: New File.
9         * compile/var_defs.tree: Add duplicate variable.
11 2004-07-31  James A. Morrison  <phython@gcc.gnu.org>
13         * compile/vars_def.tree: New File.
14         * compile/badreturn.tree: New File.
16 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
18         * compile/compile.exp: New File.
19         * compile/tabs.tree: Test whether the front end
20         compiles code with tabs in it.
22 2003-02-25  Tim Josling  <tej@melbpc.org.au>
24         * treetests.exp (run3): set options to force aggressive GC, to
25         ensure GC is all set up correct,
27 2002-05-07  Tim Josling  <tej@melbpc.org.au>
29         * Makefile.in: Fix copyright
30         * a01gcci01.c: Ditto
31         * a01gcci01.tree: Ditto
32         * treetests.exp: Ditto
34 2002-04-13  Tim Josling  <tej@melbpc.org.au>
36         * treetree.c (tree_code_create_function_initial)
37         Remove duplicate call to layout_decl
39 2001-12-02  Tim Josling  <tej@melbpc.org.au>
40      
41       * Make-lang.in
42       Ensure directory is built during install (installdirs dependency)
44       * lex.l
45       Work around poisoned malloc (undef IN_GCC)
46       Remove fake definition of tree.
48       * parse.y
49       Work around poisoned malloc (undef IN_GCC)
51       * tree1.c
52       New front end interface. 
53       (top level) New structure lang_hooks.
54       (tree_post_options) Remove. 
55       errorcount now a macro so do not define it.
56       current_nesting_level => work_nesting_level due to clash. 
58       * treelang.h
59       errorcount now a macro so do not reference it.
61       * treetree.c
62       Replace NULL_PTR by NULL.
63       (tree_code_get_expression) Mark op3 unused.
64       Do not init builtins.
66 2001-06-11  Tim Josling  <tej@melbpc.org.au>
68         * treelang.exp (global) remove COBOL specific code. 
70 2001-05-24  Tim Josling  <tej@melbpc.org.au>
72         Created this directory and its tests. All derived from the cobol
73         test swamp which was also all written by me.
74