diff options
author | Richard Henderson <rth@cygnus.com> | 2000-07-30 16:54:59 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-07-30 16:54:59 -0700 |
commit | 1cf0acdd19587bcfc635db6688b6a7143f0cadfe (patch) | |
tree | 8549227551d1205737191007a57eca1f22849342 /gcc/testsuite/gcc.dg/c90-digraph-1.c | |
parent | a4cad54432456aabb861fb803f03de1ad2b0c691 (diff) | |
download | gcc-1cf0acdd19587bcfc635db6688b6a7143f0cadfe.zip gcc-1cf0acdd19587bcfc635db6688b6a7143f0cadfe.tar.gz gcc-1cf0acdd19587bcfc635db6688b6a7143f0cadfe.tar.bz2 |
c90-digraph-1.c: Don't xfail.
* gcc.dg/c90-digraph-1.c: Don't xfail.
* gcc.dg/compare2.c (case 10): Xfail.
* gcc.dg/noncompile/redecl-1.c: Fix expected error message.
From-SVN: r35357
Diffstat (limited to 'gcc/testsuite/gcc.dg/c90-digraph-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/c90-digraph-1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/c90-digraph-1.c b/gcc/testsuite/gcc.dg/c90-digraph-1.c index 463ebc2..171c0ab 100644 --- a/gcc/testsuite/gcc.dg/c90-digraph-1.c +++ b/gcc/testsuite/gcc.dg/c90-digraph-1.c @@ -2,7 +2,6 @@ mode, but not in C90 mode. Also check correct stringizing. */ /* Origin: Joseph Myers <jsm28@cam.ac.uk> */ -/* { dg-do run { xfail *-*-* } } */ /* { dg-options "-std=iso9899:1990 -pedantic-errors" } */ #define str(x) xstr(x) |