pr51396.C: Use dg-additional-options.
* g++.dg/opt/pr51396.C: Use dg-additional-options. From-SVN: r182061
This commit is contained in:
parent
6c025f46f0
commit
70d63e4883
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// 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 ();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue