1 2007-02-13 Release Manager
5 2006-05-24 Release Manager
9 2006-02-28 Release Manager
13 2005-08-06 James A. Morrison <phython@gcc.gnu.org>
15 * treetests.exp: Remove.
16 * a01gcco01runpgm: Move to...
17 * output/output-1.out: here.
18 * a01gcci01.c: Move to...
19 * output/output-1.c: here.
20 * a01gcci01.tree: Move to...
21 * output/output-1.tree: here.
22 * output/output.exp: New.
24 2005-07-23 James A. Morrison <phython@gcc.gnu.org>
26 * compile/var_defs.tree: Remove extra lines.
28 2005-07-19 James A. Morrison <phython@gcc.gnu.org>
30 * compile/var_defs.tree: Remove duplicate variable.
31 * compile/var_defs-2.tree: Add duplicate variable test.
33 2005-03-22 James A. Morrison <phython@gcc.gnu.org>
35 * compile/memory.tree: New test.
37 2005-02-26 James A. Morrison <phython@gcc.gnu.org>
39 * compile/var_defs: Add uninitialized variables.
41 2005-02-26 James A. Morrison <phython@gcc.gnu.org>
43 * compile/extrafunc.tree, compile/extravar.tree: New tests.
45 2005-02-26 James A. Morrison <phython@gcc.gnu.org>
47 * compile/unsigned.tree: New test.
49 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
52 * execute/execute.exp: New file.
53 * execute/funccall.tree, execute/funccall-2.tree, execute/initial.tree,
54 execute/main.tree, execute/static.tree: New tests.
56 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
59 * compile/exit.tree, compile/extref.tree, compile/function-1.tree,
60 compile/syntax-1.tree: New tests.
62 2004-10-02 James A. Morrison <phython@gcc.gnu.org>
64 * compile/autofunc.tree: New File.
65 * compile/badchar.tree: New File.
66 * compile/externvar.tree: New File.
67 * compile/mismatch.tree: New File.
68 * compile/noproto.tree: New File.
69 * compile/novar.tree: New File.
70 * compile/var_defs.tree: Add duplicate variable.
72 2004-07-31 James A. Morrison <phython@gcc.gnu.org>
74 * compile/vars_def.tree: New File.
75 * compile/badreturn.tree: New File.
77 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
79 * compile/compile.exp: New File.
80 * compile/tabs.tree: Test whether the front end
81 compiles code with tabs in it.
83 2003-02-25 Tim Josling <tej@melbpc.org.au>
85 * treetests.exp (run3): set options to force aggressive GC, to
86 ensure GC is all set up correct,
88 2002-05-07 Tim Josling <tej@melbpc.org.au>
90 * Makefile.in: Fix copyright
92 * a01gcci01.tree: Ditto
93 * treetests.exp: Ditto
95 2002-04-13 Tim Josling <tej@melbpc.org.au>
97 * treetree.c (tree_code_create_function_initial)
98 Remove duplicate call to layout_decl
100 2001-12-02 Tim Josling <tej@melbpc.org.au>
103 Ensure directory is built during install (installdirs dependency)
106 Work around poisoned malloc (undef IN_GCC)
107 Remove fake definition of tree.
110 Work around poisoned malloc (undef IN_GCC)
113 New front end interface.
114 (top level) New structure lang_hooks.
115 (tree_post_options) Remove.
116 errorcount now a macro so do not define it.
117 current_nesting_level => work_nesting_level due to clash.
120 errorcount now a macro so do not reference it.
123 Replace NULL_PTR by NULL.
124 (tree_code_get_expression) Mark op3 unused.
125 Do not init builtins.
127 2001-06-11 Tim Josling <tej@melbpc.org.au>
129 * treelang.exp (global) remove COBOL specific code.
131 2001-05-24 Tim Josling <tej@melbpc.org.au>
133 Created this directory and its tests. All derived from the cobol
134 test swamp which was also all written by me.