aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2014-07-17 11:11:19 +0200
committerUros Bizjak <uros@gcc.gnu.org>2014-07-17 11:11:19 +0200
commit72b9a00b9a191d5db4d072b397b908987272130f (patch)
tree52795e737fafbca19b2749e591eb965f524c8a8d
parent4b1d78b48a8b83b6016f7570c2aa49eb2f13143d (diff)
downloadgcc-72b9a00b9a191d5db4d072b397b908987272130f.zip
gcc-72b9a00b9a191d5db4d072b397b908987272130f.tar.gz
gcc-72b9a00b9a191d5db4d072b397b908987272130f.tar.bz2
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
-rw-r--r--gcc/testsuite/ChangeLog8
-rw-r--r--gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c2
-rw-r--r--gcc/testsuite/gfortran.dg/ieee/ieee_1.F902
3 files changed, 9 insertions, 3 deletions
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 <ubizjak@gmail.com>
+
+ * 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 <paolo.carlini@oracle.com>
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 <hubicka@ucw.cz>
+2014-07-05 Jan Hubicka <hubicka@ucw.cz>
* 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.