OSDN Git Service

Added Tim Josling to MAINTAINERS file. Fixed various treelang copyrights. Fix
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / treelang / ChangeLog
1 2002-05-07  Tim Josling  <tej@melbpc.org.au>
2
3         * Makefile.in: Fix copyright
4         * a01gcci01.c: Ditto
5         * a01gcci01.tree: Ditto
6         * treetests.exp: Ditto
7
8 2002-04-13  Tim Josling  <tej@melbpc.org.au>
9
10         * treetree.c (tree_code_create_function_initial)
11         Remove duplicate call to layout_decl
12
13 2001-12-02  Tim Josling  <tej@melbpc.org.au>
14      
15       * Make-lang.in
16       Ensure directory is built during install (installdirs dependency)
17
18       * lex.l
19       Work around poisoned malloc (undef IN_GCC)
20       Remove fake definition of tree.
21
22       * parse.y
23       Work around poisoned malloc (undef IN_GCC)
24
25       * tree1.c
26       New front end interface. 
27       (top level) New structure lang_hooks.
28       (tree_post_options) Remove. 
29       errorcount now a macro so do not define it.
30       current_nesting_level => work_nesting_level due to clash. 
31
32       * treelang.h
33       errorcount now a macro so do not reference it.
34
35       * treetree.c
36       Replace NULL_PTR by NULL.
37       (tree_code_get_expression) Mark op3 unused.
38       Do not init builtins.
39
40 2001-06-11  Tim Josling  <tej@melbpc.org.au>
41
42         * treelang.exp (global) remove COBOL specific code. 
43
44 2001-05-24  Tim Josling  <tej@melbpc.org.au>
45
46         Created this directory and its tests. All derived from the cobol
47         test swamp which was also all written by me.
48         
49