diff mbox

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

Message ID 20130709095813.8D7AE3BE27@mailhost.lps.ens.fr
State New
Headers show

Commit Message

Dominique d'Humières July 9, 2013, 9:58 a.m. UTC
Dear Tobias,

The following patch prevents the warning to generate a FAIL:

Cheers,

Dominique
diff mbox

Patch

--- /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.*" }