]> gcc.gnu.org Git - gcc.git/commitdiff
re PR fortran/30820 (-Wno-error not necessary in Make-lang.in any more?)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 19 May 2007 20:33:45 +0000 (20:33 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 19 May 2007 20:33:45 +0000 (20:33 +0000)
PR fortran/30820
* Make-lang.in: Remove use of -Wno-error for expr.o, resolve.o,
simplify.o and trans-common.o.

From-SVN: r124859

gcc/fortran/ChangeLog
gcc/fortran/Make-lang.in

index 2c9820b7f7183395af193aada4b1f5eaf43b8c5b..b0c8fbac0d411745f19fd808accc3cc233abf7da 100644 (file)
@@ -1,3 +1,9 @@
+2007-05-19  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/30820
+       * Make-lang.in: Remove use of -Wno-error for expr.o, resolve.o,
+       simplify.o and trans-common.o.
+
 2007-05-19  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        PR fortran/31974
index f9053dc519e2f5945ed69a2984216a6dfb750ff9..b16d826e090a7c5e4d7cee48ec6fe2c4f95ed773 100644 (file)
@@ -48,13 +48,6 @@ GFORTRAN_TARGET_INSTALL_NAME := $(target_noncanonical)-$(shell echo gfortran|sed
 # Use strict warnings for this front end.
 fortran-warn = $(STRICT_WARN)
 
-# These files get warnings from an inline function in GMP saying:
-# "control may reach end of non-void function '__gmpz_get_ui' being inlined"
-fortran/expr.o-warn = -Wno-error
-fortran/resolve.o-warn = -Wno-error
-fortran/simplify.o-warn = -Wno-error
-fortran/trans-common.o-warn = -Wno-error
-
 # 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
 # from the parse tree to GENERIC
This page took 0.066215 seconds and 5 git commands to generate.