From 72b9a00b9a191d5db4d072b397b908987272130f Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Thu, 17 Jul 2014 11:11:19 +0200 Subject: c11-atomic-exec-5.c (dg-additional-options): Use -mfp-trap-mode=sui instead of -miee-with-inexact for alpha*-*-*. * gcc.dg/atomic/c11-atomic-exec-5.c (dg-additional-options): Use -mfp-trap-mode=sui instead of -miee-with-inexact for alpha*-*-*. * gfortran.dg/ieee/ieee_1.F90 (dg-additional-options): Ditto. From-SVN: r212748 --- gcc/testsuite/ChangeLog | 8 +++++++- gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c | 2 +- gcc/testsuite/gfortran.dg/ieee/ieee_1.F90 | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8e656fe..dadc009 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2014-07-17 Uros Bizjak + + * gcc.dg/atomic/c11-atomic-exec-5.c (dg-additional-options): Use + -mfp-trap-mode=sui instead of -miee-with-inexact for alpha*-*-*. + * gfortran.dg/ieee/ieee_1.F90 (dg-additional-options): Ditto. + 2014-07-17 Paolo Carlini PR c++/61804 @@ -315,7 +321,7 @@ * c-c++-common/sizeof-array-argument.c: New test. * gcc.dg/vla-5.c: Add dg-warnings. -2014-07-05 Jan Hubicka +2014-07-05 Jan Hubicka * g++.dg/ipa/devirt-26.C: Update testcase. * g++.dg/ipa/imm-devirt-1.C: Update testcase. diff --git a/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c b/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c index 0646b1c..b47a228 100644 --- a/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c +++ b/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c @@ -5,7 +5,7 @@ /* { dg-do run } */ /* { dg-options "-std=c11 -pedantic-errors -pthread -D_POSIX_C_SOURCE=200809L" } */ /* { dg-add-options ieee } */ -/* { dg-additional-options "-mieee-with-inexact" { target alpha*-*-* } } */ +/* { dg-additional-options "-mfp-trap-mode=sui" { target alpha*-*-* } } */ /* { dg-additional-options "-D_XOPEN_SOURCE=600" { target *-*-solaris2.1[0-9]* } } */ /* { dg-require-effective-target fenv_exceptions } */ /* { dg-require-effective-target pthread } */ diff --git a/gcc/testsuite/gfortran.dg/ieee/ieee_1.F90 b/gcc/testsuite/gfortran.dg/ieee/ieee_1.F90 index 8e2e0ca..7477c80 100644 --- a/gcc/testsuite/gfortran.dg/ieee/ieee_1.F90 +++ b/gcc/testsuite/gfortran.dg/ieee/ieee_1.F90 @@ -1,6 +1,6 @@ ! { dg-do run } ! { dg-additional-options "-ffree-line-length-none" } -! { dg-additional-options "-mieee-with-inexact" { target alpha*-*-* } } +! { dg-additional-options "-mfp-trap-mode=sui" { target alpha*-*-* } } ! ! Use dg-additional-options rather than dg-options to avoid overwriting the ! default IEEE options which are passed by ieee.exp and necessary. -- cgit v1.1