Commit 72b9a00b by Uros Bizjak

c11-atomic-exec-5.c (dg-additional-options): Use -mfp-trap-mode=sui instead of…

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
parent 4b1d78b4
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> 2014-07-17 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/61804 PR c++/61804
...@@ -315,7 +321,7 @@ ...@@ -315,7 +321,7 @@
* c-c++-common/sizeof-array-argument.c: New test. * c-c++-common/sizeof-array-argument.c: New test.
* gcc.dg/vla-5.c: Add dg-warnings. * 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/devirt-26.C: Update testcase.
* g++.dg/ipa/imm-devirt-1.C: Update testcase. * g++.dg/ipa/imm-devirt-1.C: Update testcase.
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-std=c11 -pedantic-errors -pthread -D_POSIX_C_SOURCE=200809L" } */ /* { dg-options "-std=c11 -pedantic-errors -pthread -D_POSIX_C_SOURCE=200809L" } */
/* { dg-add-options ieee } */ /* { 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-additional-options "-D_XOPEN_SOURCE=600" { target *-*-solaris2.1[0-9]* } } */
/* { dg-require-effective-target fenv_exceptions } */ /* { dg-require-effective-target fenv_exceptions } */
/* { dg-require-effective-target pthread } */ /* { dg-require-effective-target pthread } */
......
! { dg-do run } ! { dg-do run }
! { dg-additional-options "-ffree-line-length-none" } ! { 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 ! Use dg-additional-options rather than dg-options to avoid overwriting the
! default IEEE options which are passed by ieee.exp and necessary. ! default IEEE options which are passed by ieee.exp and necessary.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment