]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Enable nonlocal goto testcase for i960.
authorJim Wilson <wilson@cygnus.com>
Wed, 7 Apr 1999 23:11:06 +0000 (23:11 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 7 Apr 1999 23:11:06 +0000 (16:11 -0700)
* execute/920501-7.c (main): Delete __I960__ ifndef.

From-SVN: r26284

gcc/testsuite/gcc.c-torture/ChangeLog
gcc/testsuite/gcc.c-torture/execute/920501-7.c

index dade511844746a61a31fedcf0a3e304426591fa2..2d435aac668dc681f87fbf0a3beed78b90df63d3 100644 (file)
@@ -1,3 +1,7 @@
+Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
+
+       * execute/920501-7.c (main): Delete __I960__ ifndef.
+
 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
 
        * execute/bf-sign-2.c (main): Replace struct sizeof test with 4.
index f032bd8c69039bca265053e79032a55a0fe5d3ee..f6bc0de3a15acba3f9d1e55d1a54048a5cb2ebe3 100644 (file)
@@ -23,11 +23,9 @@ x(a)
 
 main ()
 {
-#ifndef __I960__
 #ifndef NO_LABEL_VALUES
   if (x (DEPTH) != DEPTH)
     abort ();
-#endif
 #endif
   exit (0);
 }