]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/atomic/c11-atomic-exec-5.c (dg-additional-options): Use
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jul 2014 09:11:19 +0000 (09:11 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jul 2014 09:11:19 +0000 (09:11 +0000)
-mfp-trap-mode=sui instead of -miee-with-inexact for alpha*-*-*.
* gfortran.dg/ieee/ieee_1.F90 (dg-additional-options): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212748 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-5.c
gcc/testsuite/gfortran.dg/ieee/ieee_1.F90

index 8e656fef2971f969f72649927717a2b698e261fc..dadc00941b20dba2b82e3437e726d22862800f29 100644 (file)
@@ -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
        * 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.
index 0646b1c2c4b786cb17550dad2fe3b34963c96f2c..b47a228ef43318c0fdbc55d40bb6f381637293cc 100644 (file)
@@ -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 } */
index 8e2e0ca86b7e9d657017d109ea865dc6e58b642c..7477c803818ef052c39b125d273a32015787553d 100644 (file)
@@ -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.