This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch, Fortran, committed] Fix a "# FIXME tuples: Do not merge."


I committed the following as obvious after bootstrapping.


Index: Make-lang.in =================================================================== --- Make-lang.in (Revision 138207) +++ Make-lang.in (Arbeitskopie) @@ -47,7 +47,6 @@

# Use strict warnings for this front end.
fortran-warn = $(STRICT_WARN)
-fortran-warn += -Wno-format -Wno-missing-format-attribute -Wno-uninitialized # FIXME tuples: Do not merge.


# These are the groups of object files we have.  The F95_PARSER_OBJS are
# all the front end files, the F95_OBJS are the files for the translation
Index: ChangeLog
===================================================================
--- ChangeLog   (Revision 138207)
+++ ChangeLog   (Arbeitskopie)
@@ -1,3 +1,7 @@
+2008-07-28  Tobias Burnus  <burnus@net-b.de>
+
+       * Make-lang.in: Remove -Wno- from fortran-warn.
+
2008-07-28  Richard Guenther  <rguenther@suse.de>

Merge from gimple-tuples-branch.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]