OSDN Git Service

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