From: Jim Wilson Date: Wed, 7 Apr 1999 23:11:06 +0000 (+0000) Subject: Enable nonlocal goto testcase for i960. X-Git-Tag: prereleases/gcc-2.95-test~1113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1eaa8ab08fb71c990ff806f317dbbef815dc8b35;p=thirdparty%2Fgcc.git Enable nonlocal goto testcase for i960. * execute/920501-7.c (main): Delete __I960__ ifndef. From-SVN: r26284 --- diff --git a/gcc/testsuite/gcc.c-torture/ChangeLog b/gcc/testsuite/gcc.c-torture/ChangeLog index dade51184474..2d435aac668d 100644 --- a/gcc/testsuite/gcc.c-torture/ChangeLog +++ b/gcc/testsuite/gcc.c-torture/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 7 23:08:59 1999 Jim Wilson + + * execute/920501-7.c (main): Delete __I960__ ifndef. + Mon Mar 22 14:55:58 1999 Jim Wilson * execute/bf-sign-2.c (main): Replace struct sizeof test with 4. diff --git a/gcc/testsuite/gcc.c-torture/execute/920501-7.c b/gcc/testsuite/gcc.c-torture/execute/920501-7.c index f032bd8c6903..f6bc0de3a15a 100644 --- a/gcc/testsuite/gcc.c-torture/execute/920501-7.c +++ b/gcc/testsuite/gcc.c-torture/execute/920501-7.c @@ -23,11 +23,9 @@ x(a) main () { -#ifndef __I960__ #ifndef NO_LABEL_VALUES if (x (DEPTH) != DEPTH) abort (); -#endif #endif exit (0); }