From 6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Thu, 13 May 2004 02:41:07 -0400 Subject: Merge tree-ssa-20020619-branch into mainline. From-SVN: r81764 --- gcc/f/ChangeLog | 6 ++++++ gcc/f/ChangeLog.tree-ssa | 21 +++++++++++++++++++++ gcc/f/config-lang.in | 2 ++ 3 files changed, 29 insertions(+) create mode 100644 gcc/f/ChangeLog.tree-ssa (limited to 'gcc/f') 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 + + Merge from tree-ssa-20020619-branch. + + * config-lang.in (build_by_default): Set to no. + 2004-04-18 Gerald Pfeifer * 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 + + * config-lang.in: Re-add. + +2003-10-26 Richard Henderson + + * config-lang.in: Remove. + +2003-09-24 Jason Merrill + + * com.c, ste.c: Revert earlier change. + +2003-01-15 Jeff Law + + * 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 -- cgit v1.1