20000906-1.c: Move ...

* gcc.c-torture/execute/20000906-1.c: Move ...
        * gcc.dg/20000906-1.c: ... here.  Only run on targets
        that support __builtin_trap.

From-SVN: r36522
This commit is contained in:
Richard Henderson 2000-09-18 19:10:27 -07:00 committed by Richard Henderson
parent c21d86e1b5
commit 895b56ff0c
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2000-09-18 Richard Henderson <rth@cygnus.com>
* gcc.c-torture/execute/20000906-1.c: Move ...
* gcc.dg/20000906-1.c: ... here. Only run on targets
that support __builtin_trap.
Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
* gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.

View File

@ -1,3 +1,6 @@
/* The target must support __builtin_trap to run this test. */
/* { dg-do run { target i?86-* mips*-* powerpc*-* m68k-* sparc*-* i960*-* } } */
/* Testcase distilled from glibc's nss_parse_service_list in nss/nsswitch.c
It can't be distilled further. Fails with `-O2' for i[3456]86. */