re PR regression/53076 (gcc.dg/torture/builtin-explog-1.c, gcc.dg/torture/builtin-power-1.c at -O0)
gcc-testsuite: 2012-04-23 Bill Schmidt <wschmidt@linux.ibm.com> PR regression/53076 * gcc.dg/torture/builtin-explog-1.c: Skip if -O0. * gcc.dg/torture/builtin-power-1.c: Likewise. From-SVN: r186709
This commit is contained in:
parent
492eaa8dcf
commit
c6f9b038be
3 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-04-23 Bill Schmidt <wschmidt@linux.ibm.com>
|
||||
|
||||
PR regression/53076
|
||||
* gcc.dg/torture/builtin-explog-1.c: Skip if -O0.
|
||||
* gcc.dg/torture/builtin-power-1.c: Likewise.
|
||||
|
||||
2012-04-23 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/53070
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
/* { dg-do link } */
|
||||
/* { dg-options "-ffast-math" } */
|
||||
/* { dg-skip-if "PR44214" { *-*-* } { "-O0" } { "" } } */
|
||||
|
||||
/* Define "e" with as many bits as found in builtins.c:dconste. */
|
||||
#define M_E 2.7182818284590452353602874713526624977572470936999595749669676277241
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
/* { dg-do link } */
|
||||
/* { dg-options "-ffast-math" } */
|
||||
/* { dg-add-options c99_runtime } */
|
||||
/* { dg-skip-if "PR44214" { *-*-* } { "-O0" } { "" } } */
|
||||
|
||||
#include "../builtins-config.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue