mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
2011-12-06 Tobias Burnus <burnus@net-b.de>
|
||||||
|
|
||||||
PR fortran/51435
|
PR fortran/51435
|
||||||
|
|
@ -188,8 +192,7 @@
|
||||||
|
|
||||||
* gfortran.dg/select_type_23.f03: Revert Rev. 181801,
|
* gfortran.dg/select_type_23.f03: Revert Rev. 181801,
|
||||||
i.e. remove the dg-error line.
|
i.e. remove the dg-error line.
|
||||||
* gfortran.dg/move_alloc_5.f90: Ditto and change back
|
* gfortran.dg/move_alloc_5.f90: Ditto and change back to dg-do run.
|
||||||
to dg-do run.
|
|
||||||
* gfortran.dg/move_alloc_9.f90: New.
|
* gfortran.dg/move_alloc_9.f90: New.
|
||||||
* gfortran.dg/move_alloc_10.f90: New
|
* gfortran.dg/move_alloc_10.f90: New
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// PR tree-optimization/51396
|
// PR tree-optimization/51396
|
||||||
// { dg-do compile }
|
// { dg-do compile }
|
||||||
// { dg-options "-O2 -fnon-call-exceptions -mfma" }
|
// { dg-options "-O2 -fnon-call-exceptions" }
|
||||||
// { dg-options "-O2 -fnon-call-exceptions -mfma" { target i?86-*-* x86_64-*-* } }
|
// { dg-additional-options "-mfma" { target i?86-*-* x86_64-*-* } }
|
||||||
|
|
||||||
double baz (double) throw ();
|
double baz (double) throw ();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue