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]

Re: *ping* - Re: [Patch, Fortran] Add end-of-scope finalization (Part 2 of 2)


Dear Tobias,

The following patch prevents the warning to generate a FAIL:

--- /opt/gcc/_clean/gcc/testsuite/gfortran.dg/class_48.f90	2012-02-05 22:03:27.000000000 +0100
+++ /opt/gcc/work/gcc/testsuite/gfortran.dg/class_48.f90	2013-07-01 19:44:06.000000000 +0200
@@ -158,4 +158,6 @@ call test2 ()
 call test3 ()
 call test4 ()
 end
+! TODO remove the kludge below after the spurious warning has been fixed.
+! { dg-prune-output ".*invokes undefined behavior.*" }
 
Cheers,

Dominique


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