OSDN Git Service

Fixup some spacing
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / treelang / ChangeLog
1 2005-08-06  James A. Morrison  <phython@gcc.gnu.org>
2
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.
11
12 2005-07-23  James A. Morrison  <phython@gcc.gnu.org>
13
14         * compile/var_defs.tree: Remove extra lines.
15
16 2005-07-19  James A. Morrison  <phython@gcc.gnu.org>
17
18         * compile/var_defs.tree: Remove duplicate variable.
19         * compile/var_defs-2.tree: Add duplicate variable test.
20
21 2005-03-22  James A. Morrison  <phython@gcc.gnu.org>
22
23         * compile/memory.tree: New test.
24
25 2005-02-26  James A. Morrison  <phython@gcc.gnu.org>
26
27         * compile/var_defs: Add uninitialized variables.
28
29 2005-02-26  James A. Morrison  <phython@gcc.gnu.org>
30
31         * compile/extrafunc.tree, compile/extravar.tree: New tests.
32
33 2005-02-26  James A. Morrison  <phython@gcc.gnu.org>
34
35         * compile/unsigned.tree: New test.
36
37 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
38
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.
43
44 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
45
46         PR other/19897
47         * compile/exit.tree, compile/extref.tree, compile/function-1.tree,
48         compile/syntax-1.tree: New tests.
49
50 2004-10-02  James A. Morrison  <phython@gcc.gnu.org>
51
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.
59
60 2004-07-31  James A. Morrison  <phython@gcc.gnu.org>
61
62         * compile/vars_def.tree: New File.
63         * compile/badreturn.tree: New File.
64
65 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
66
67         * compile/compile.exp: New File.
68         * compile/tabs.tree: Test whether the front end
69         compiles code with tabs in it.
70
71 2003-02-25  Tim Josling  <tej@melbpc.org.au>
72
73         * treetests.exp (run3): set options to force aggressive GC, to
74         ensure GC is all set up correct,
75
76 2002-05-07  Tim Josling  <tej@melbpc.org.au>
77
78         * Makefile.in: Fix copyright
79         * a01gcci01.c: Ditto
80         * a01gcci01.tree: Ditto
81         * treetests.exp: Ditto
82
83 2002-04-13  Tim Josling  <tej@melbpc.org.au>
84
85         * treetree.c (tree_code_create_function_initial)
86         Remove duplicate call to layout_decl
87
88 2001-12-02  Tim Josling  <tej@melbpc.org.au>
89
90       * Make-lang.in
91       Ensure directory is built during install (installdirs dependency)
92
93       * lex.l
94       Work around poisoned malloc (undef IN_GCC)
95       Remove fake definition of tree.
96
97       * parse.y
98       Work around poisoned malloc (undef IN_GCC)
99
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.
106
107       * treelang.h
108       errorcount now a macro so do not reference it.
109
110       * treetree.c
111       Replace NULL_PTR by NULL.
112       (tree_code_get_expression) Mark op3 unused.
113       Do not init builtins.
114
115 2001-06-11  Tim Josling  <tej@melbpc.org.au>
116
117         * treelang.exp (global) remove COBOL specific code.
118
119 2001-05-24  Tim Josling  <tej@melbpc.org.au>
120
121         Created this directory and its tests. All derived from the cobol
122         test swamp which was also all written by me.
123
124