OSDN Git Service

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