mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 02:26:43 +08:00
Enable nonlocal goto testcase for i960.
* execute/920501-7.c (main): Delete __I960__ ifndef. From-SVN: r26284
This commit is contained in:
parent
47cf37f924
commit
1eaa8ab08f
@ -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.
|
||||
|
@ -23,11 +23,9 @@ x(a)
|
||||
|
||||
main ()
|
||||
{
|
||||
#ifndef __I960__
|
||||
#ifndef NO_LABEL_VALUES
|
||||
if (x (DEPTH) != DEPTH)
|
||||
abort ();
|
||||
#endif
|
||||
#endif
|
||||
exit (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user