Commit 70d63e48 by Uros Bizjak

pr51396.C: Use dg-additional-options.

	* g++.dg/opt/pr51396.C: Use dg-additional-options.

From-SVN: r182061
parent 6c025f46
2011-12-06 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/opt/pr51396.C: Use dg-additional-options.
2011-12-06 Tobias Burnus <burnus@net-b.de>
PR fortran/51435
......@@ -188,8 +192,7 @@
* gfortran.dg/select_type_23.f03: Revert Rev. 181801,
i.e. remove the dg-error line.
* gfortran.dg/move_alloc_5.f90: Ditto and change back
to dg-do run.
* gfortran.dg/move_alloc_5.f90: Ditto and change back to dg-do run.
* gfortran.dg/move_alloc_9.f90: New.
* gfortran.dg/move_alloc_10.f90: New
......
// PR tree-optimization/51396
// { dg-do compile }
// { dg-options "-O2 -fnon-call-exceptions -mfma" }
// { dg-options "-O2 -fnon-call-exceptions -mfma" { target i?86-*-* x86_64-*-* } }
// { dg-options "-O2 -fnon-call-exceptions" }
// { dg-additional-options "-mfma" { target i?86-*-* x86_64-*-* } }
double baz (double) throw ();
......
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