From c6f9b038be55acdc36911affcb116a60dd1181da Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Mon, 23 Apr 2012 14:06:11 +0000 Subject: [PATCH] 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 PR regression/53076 * gcc.dg/torture/builtin-explog-1.c: Skip if -O0. * gcc.dg/torture/builtin-power-1.c: Likewise. From-SVN: r186709 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/torture/builtin-explog-1.c | 1 + gcc/testsuite/gcc.dg/torture/builtin-power-1.c | 1 + 3 files changed, 8 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ac080621442..426d8fc64af 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-04-23 Bill Schmidt + + 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 PR tree-optimization/53070 diff --git a/gcc/testsuite/gcc.dg/torture/builtin-explog-1.c b/gcc/testsuite/gcc.dg/torture/builtin-explog-1.c index 740206153bd..545f9239c85 100644 --- a/gcc/testsuite/gcc.dg/torture/builtin-explog-1.c +++ b/gcc/testsuite/gcc.dg/torture/builtin-explog-1.c @@ -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 diff --git a/gcc/testsuite/gcc.dg/torture/builtin-power-1.c b/gcc/testsuite/gcc.dg/torture/builtin-power-1.c index d1403c46c94..9e7c25adb3d 100644 --- a/gcc/testsuite/gcc.dg/torture/builtin-power-1.c +++ b/gcc/testsuite/gcc.dg/torture/builtin-power-1.c @@ -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" -- 2.30.2