diff options
author | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-05-13 02:41:07 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-05-13 02:41:07 -0400 |
commit | 6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f (patch) | |
tree | a2568888a519c077427b133de9ece5879a8484a5 /gcc/f | |
parent | ac1a20aec53364d77f3bdff94a2a0a06840e0fe9 (diff) | |
download | gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.zip gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.tar.gz gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.tar.bz2 |
Merge tree-ssa-20020619-branch into mainline.
From-SVN: r81764
Diffstat (limited to 'gcc/f')
-rw-r--r-- | gcc/f/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/f/ChangeLog.tree-ssa | 21 | ||||
-rw-r--r-- | gcc/f/config-lang.in | 2 |
3 files changed, 29 insertions, 0 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index edbff11..0d3532e 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,9 @@ +2004-05-13 Diego Novillo <dnovillo@redhat.com> + + Merge from tree-ssa-20020619-branch. + + * config-lang.in (build_by_default): Set to no. + 2004-04-18 Gerald Pfeifer <gerald@pfeifer.com> * g77.texi (Floating-point Errors): Avoid referencing diff --git a/gcc/f/ChangeLog.tree-ssa b/gcc/f/ChangeLog.tree-ssa new file mode 100644 index 0000000..783ebaa --- /dev/null +++ b/gcc/f/ChangeLog.tree-ssa @@ -0,0 +1,21 @@ +2003-11-16 Toon Moene <toon@moene.indiv.nluug.nl> + + * config-lang.in: Re-add. + +2003-10-26 Richard Henderson <rth@redhat.com> + + * config-lang.in: Remove. + +2003-09-24 Jason Merrill <jason@redhat.com> + + * com.c, ste.c: Revert earlier change. + +2003-01-15 Jeff Law <law@redhat.com> + + * com.c (duplicate_decls): Use TREE_FILENAME and TREE_LINENO + to extract file/line information from nodes. Use TREE_LOCUS + to copy file/line information from one node to another. + Make sure to copy TREE_LOCUS from the old decl to the new decl. + (pushdecl): Similarly. + * ste.c: Likewise. + diff --git a/gcc/f/config-lang.in b/gcc/f/config-lang.in index 92ba5cc..8ec70f7 100644 --- a/gcc/f/config-lang.in +++ b/gcc/f/config-lang.in @@ -34,3 +34,5 @@ stagestuff="g77\$(exeext) g77-cross\$(exeext) f771\$(exeext)" target_libs=target-libf2c gtfiles="\$(srcdir)/f/com.c \$(srcdir)/f/com.h \$(srcdir)/f/ste.c \$(srcdir)/f/where.h \$(srcdir)/f/where.c \$(srcdir)/f/lex.c" + +build_by_default=no |