OSDN Git Service

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