re PR fortran/33544 ([4.3 only] Warning in TRANSFER intrinsic should be made optional)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 19 Oct 2007 14:09:27 +0000 (14:09 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 19 Oct 2007 14:09:27 +0000 (14:09 +0000)
2007-10-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/33544
* gfortran.dg/transfer_check_1.f90: Adjust options.

From-SVN: r129489

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/transfer_check_1.f90

index acd2bb6ddfdc8171356bad362875d60f650b763b..f38e39029929c74165c0ca21cdbe09c234c7bf93 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/33544
+       * gfortran.dg/transfer_check_1.f90: Adjust options.
+
 2007-10-19  Richard Guenther  <rguenther@suse.de>
 
        Revert
index 26945267d1db931783e390749849dfcceec800b5..1a1f1a7e4c5a270ec76cbb95a77666e44986d8d3 100644 (file)
@@ -1,4 +1,5 @@
 ! { dg-do compile }
+! { dg-options -Wsurprising }
 ! PR fortran/33037
 !
 print *, transfer('x', 0, 20) ! { dg-warning "has partly undefined result" }