2008-01-25 Douglas Gregor <doug.gregor@gmail.com>
[official-gcc.git] / gcc / testsuite / treelang / ChangeLog
blobe4ff2c66ffeb3278b707b6fc1c9145ab868d2c21
1 2005-08-06  James A. Morrison  <phython@gcc.gnu.org>
3         * treetests.exp: Remove.
4         * a01gcco01runpgm: Move to...
5         * output/output-1.out: here.
6         * a01gcci01.c: Move to...
7         * output/output-1.c: here.
8         * a01gcci01.tree: Move to...
9         * output/output-1.tree: here.
10         * output/output.exp: New.
12 2005-07-23  James A. Morrison  <phython@gcc.gnu.org>
14         * compile/var_defs.tree: Remove extra lines.
16 2005-07-19  James A. Morrison  <phython@gcc.gnu.org>
18         * compile/var_defs.tree: Remove duplicate variable.
19         * compile/var_defs-2.tree: Add duplicate variable test.
21 2005-03-22  James A. Morrison  <phython@gcc.gnu.org>
23         * compile/memory.tree: New test.
25 2005-02-26  James A. Morrison  <phython@gcc.gnu.org>
27         * compile/var_defs: Add uninitialized variables.
29 2005-02-26  James A. Morrison  <phython@gcc.gnu.org>
31         * compile/extrafunc.tree, compile/extravar.tree: New tests.
33 2005-02-26  James A. Morrison  <phython@gcc.gnu.org>
35         * compile/unsigned.tree: New test.
37 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
39         PR other/19896
40         * execute/execute.exp: New file.
41         * execute/funccall.tree, execute/funccall-2.tree, execute/initial.tree,
42         execute/main.tree, execute/static.tree: New tests.
44 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
46         PR other/19897
47         * compile/exit.tree, compile/extref.tree, compile/function-1.tree,
48         compile/syntax-1.tree: New tests.
50 2004-10-02  James A. Morrison  <phython@gcc.gnu.org>
52         * compile/autofunc.tree: New File.
53         * compile/badchar.tree: New File.
54         * compile/externvar.tree: New File.
55         * compile/mismatch.tree: New File.
56         * compile/noproto.tree: New File.
57         * compile/novar.tree: New File.
58         * compile/var_defs.tree: Add duplicate variable.
60 2004-07-31  James A. Morrison  <phython@gcc.gnu.org>
62         * compile/vars_def.tree: New File.
63         * compile/badreturn.tree: New File.
65 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
67         * compile/compile.exp: New File.
68         * compile/tabs.tree: Test whether the front end
69         compiles code with tabs in it.
71 2003-02-25  Tim Josling  <tej@melbpc.org.au>
73         * treetests.exp (run3): set options to force aggressive GC, to
74         ensure GC is all set up correct,
76 2002-05-07  Tim Josling  <tej@melbpc.org.au>
78         * Makefile.in: Fix copyright
79         * a01gcci01.c: Ditto
80         * a01gcci01.tree: Ditto
81         * treetests.exp: Ditto
83 2002-04-13  Tim Josling  <tej@melbpc.org.au>
85         * treetree.c (tree_code_create_function_initial)
86         Remove duplicate call to layout_decl
88 2001-12-02  Tim Josling  <tej@melbpc.org.au>
90       * Make-lang.in
91       Ensure directory is built during install (installdirs dependency)
93       * lex.l
94       Work around poisoned malloc (undef IN_GCC)
95       Remove fake definition of tree.
97       * parse.y
98       Work around poisoned malloc (undef IN_GCC)
100       * tree1.c
101       New front end interface.
102       (top level) New structure lang_hooks.
103       (tree_post_options) Remove.
104       errorcount now a macro so do not define it.
105       current_nesting_level => work_nesting_level due to clash.
107       * treelang.h
108       errorcount now a macro so do not reference it.
110       * treetree.c
111       Replace NULL_PTR by NULL.
112       (tree_code_get_expression) Mark op3 unused.
113       Do not init builtins.
115 2001-06-11  Tim Josling  <tej@melbpc.org.au>
117         * treelang.exp (global) remove COBOL specific code.
119 2001-05-24  Tim Josling  <tej@melbpc.org.au>
121         Created this directory and its tests. All derived from the cobol
122         test swamp which was also all written by me.