Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / gcc / testsuite / treelang / ChangeLog
blob59db3538710e14a331d9cb01634edde6f0c623f7
1 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
3         PR other/19896
4         * execute/execute.exp: New file.
5         * execute/funccall.tree, execute/funccall-2.tree, execute/initial.tree,
6         execute/main.tree, execute/static.tree: New tests.
8 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
10         PR other/19897
11         * compile/exit.tree, compile/extref.tree, compile/function-1.tree,
12         compile/syntax-1.tree: New tests.
14 2004-10-02  James A. Morrison  <phython@gcc.gnu.org>
16         * compile/autofunc.tree: New File.
17         * compile/badchar.tree: New File.
18         * compile/externvar.tree: New File.
19         * compile/mismatch.tree: New File.
20         * compile/noproto.tree: New File.
21         * compile/novar.tree: New File.
22         * compile/var_defs.tree: Add duplicate variable.
24 2004-07-31  James A. Morrison  <phython@gcc.gnu.org>
26         * compile/vars_def.tree: New File.
27         * compile/badreturn.tree: New File.
29 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
31         * compile/compile.exp: New File.
32         * compile/tabs.tree: Test whether the front end
33         compiles code with tabs in it.
35 2003-02-25  Tim Josling  <tej@melbpc.org.au>
37         * treetests.exp (run3): set options to force aggressive GC, to
38         ensure GC is all set up correct,
40 2002-05-07  Tim Josling  <tej@melbpc.org.au>
42         * Makefile.in: Fix copyright
43         * a01gcci01.c: Ditto
44         * a01gcci01.tree: Ditto
45         * treetests.exp: Ditto
47 2002-04-13  Tim Josling  <tej@melbpc.org.au>
49         * treetree.c (tree_code_create_function_initial)
50         Remove duplicate call to layout_decl
52 2001-12-02  Tim Josling  <tej@melbpc.org.au>
53      
54       * Make-lang.in
55       Ensure directory is built during install (installdirs dependency)
57       * lex.l
58       Work around poisoned malloc (undef IN_GCC)
59       Remove fake definition of tree.
61       * parse.y
62       Work around poisoned malloc (undef IN_GCC)
64       * tree1.c
65       New front end interface. 
66       (top level) New structure lang_hooks.
67       (tree_post_options) Remove. 
68       errorcount now a macro so do not define it.
69       current_nesting_level => work_nesting_level due to clash. 
71       * treelang.h
72       errorcount now a macro so do not reference it.
74       * treetree.c
75       Replace NULL_PTR by NULL.
76       (tree_code_get_expression) Mark op3 unused.
77       Do not init builtins.
79 2001-06-11  Tim Josling  <tej@melbpc.org.au>
81         * treelang.exp (global) remove COBOL specific code. 
83 2001-05-24  Tim Josling  <tej@melbpc.org.au>
85         Created this directory and its tests. All derived from the cobol
86         test swamp which was also all written by me.
87