20101011-1.c: Fix #ifdef.

* gcc.c-torture/execute/20101011-1.c: Fix #ifdef.

From-SVN: r166049
This commit is contained in:
Pat Haugen 2010-10-28 21:32:49 +00:00 committed by Pat Haugen
parent 74a28b08bf
commit f87f47fc7e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2010-10-29 Pat Haugen <pthaugen@us.ibm.com>
* gcc.c-torture/execute/20101011-1.c: Fix #ifdef.
2010-10-28 Uros Bizjak <ubizjak@gmail.com>
PR target/46153

View File

@ -35,7 +35,7 @@ int k;
int
main ()
{
#ifdef DO_TEST
#if DO_TEST
signal (SIGFPE, sigfpe);
k = i / j;
abort ();