ifc-20040816-1.c: signal.h not required.

* gcc.dg/tree-ssa/ifc-20040816-1.c : signal.h not required.
* gcc.c-torture/execute/ieee/fp-cmp-1.c : Do not include signal.h if SIGNAL_SUPPRESS.
* gcc.c-torture/execute/ieee/fp-cmp-2.c : Ditto.
* gcc.c-torture/execute/ieee/fp-cmp-3.c : Ditto.

From-SVN: r135693
This commit is contained in:
Andy Hutchinson 2008-05-20 23:51:23 +00:00 committed by Andy Hutchinson
parent 98278ecf18
commit 5f7a858270
5 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2008-05-20 Andy Hutchinson <hutchinsonandy@aim.com>
* gcc.dg/tree-ssa/ifc-20040816-1.c : signal.h not required.
* gcc.c-torture/execute/ieee/fp-cmp-1.c : Do not include signal.h if
SIGNAL_SUPPRESS.
* gcc.c-torture/execute/ieee/fp-cmp-2.c : Ditto.
* gcc.c-torture/execute/ieee/fp-cmp-3.c : Ditto.
2008-05-20 Andy Hutchinson <hutchinsonandy@aim.com>
* gcc.dg/builtins-config.h: AVR does not have C99 runtime.

View file

@ -1,4 +1,6 @@
#ifndef SIGNAL_SUPPRESS
#include <signal.h>
#endif
double dnan = 1.0/0.0 - 1.0/0.0;
double x = 1.0;

View file

@ -1,4 +1,6 @@
#ifndef SIGNAL_SUPPRESS
#include <signal.h>
#endif
float fnan = 1.0f/0.0f - 1.0f/0.0f;
float x = 1.0f;

View file

@ -1,4 +1,6 @@
#ifndef SIGNAL_SUPPRESS
#include <signal.h>
#endif
long double dnan = 1.0l/0.0l - 1.0l/0.0l;
long double x = 1.0l;

View file

@ -2,7 +2,6 @@
/* { dg-options "-c -O2 -ftree-vectorize -fdump-tree-ifcvt-stats" { target *-*-* } } */
#include <stdarg.h>
#include <signal.h>
#define N 16
#define MAX 42