This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Committed, gcc.dg/20040813-1.c: Skip for mmix-*-*. PR target/18336
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 29 Nov 2004 15:19:39 -0500 (EST)
- Subject: Committed, gcc.dg/20040813-1.c: Skip for mmix-*-*. PR target/18336
See PR for details (not that there are much more than is obvious).
PR target/18336
* gcc.dg/20040813-1.c: Skip for mmix-*-*.
Index: gcc.dg/20040813-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/20040813-1.c,v
retrieving revision 1.3
diff -p -c -r1.3 20040813-1.c
*** gcc.dg/20040813-1.c 23 Sep 2004 00:07:15 -0000 1.3
--- gcc.dg/20040813-1.c 29 Nov 2004 20:11:04 -0000
***************
*** 2,7 ****
--- 2,8 ----
/* Contributed by Devang Patel <dpatel@apple.com> */
/* { dg-do compile } */
+ /* { dg-skip-if "No stabs" { mmix-*-* } { "*" } { "" } } */
/* { dg-options "-gstabs" } */
int
brgds, H-P