From: Francois-Xavier Coudert Date: Wed, 10 Oct 2007 13:40:50 +0000 (+0000) Subject: re PR testsuite/33391 (gfortran.dg/do_3.F90 fails at -O2) X-Git-Tag: releases/gcc-4.3.0~2118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=476aa52ec01044f1d64a0ac01df63b13e8907717;p=thirdparty%2Fgcc.git re PR testsuite/33391 (gfortran.dg/do_3.F90 fails at -O2) PR testsuite/33391 * gfortran.dg/do_3.F90: Run with -fwrapv. From-SVN: r129209 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a764dfecec3d..b1f1e50eecd9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-10-10 Francois-Xavier Coudert + + PR testsuite/33391 + * gfortran.dg/do_3.F90: Run with -fwrapv. + 2007-10-09 Geoffrey Keating * gcc.dg/unwind-1.c: New. diff --git a/gcc/testsuite/gfortran.dg/do_3.F90 b/gcc/testsuite/gfortran.dg/do_3.F90 index a022fc1fa8c6..3cada5a00516 100644 --- a/gcc/testsuite/gfortran.dg/do_3.F90 +++ b/gcc/testsuite/gfortran.dg/do_3.F90 @@ -1,5 +1,5 @@ ! { dg-do run } -! { dg-options "-std=legacy -ffree-line-length-none -fno-range-check" } +! { dg-options "-std=legacy -ffree-line-length-none -fno-range-check -fwrapv" } program test integer :: count integer :: i