This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix g++.mike/empty.C


Hi!

Now that we default to mmapped locations, these xfails don't make sense any
longer.

Ok for trunk?

2007-12-07  Jakub Jelinek  <jakub@redhat.com>

	* g++.old-deja/g++.mike/empty.C: Remove 2 xfails.

--- gcc/testsuite/g++.old-deja/g++.mike/empty.C.jj	2007-05-21 16:34:44.000000000 +0200
+++ gcc/testsuite/g++.old-deja/g++.mike/empty.C	2007-12-07 14:55:34.000000000 +0100
@@ -16,8 +16,8 @@ void foo() {
   while (1) ;
   for (;;) ;
   /* These two work when using mapped locations */
-  while (1) NOPE; /* { dg-bogus "suggest a space before " "suggest" { xfail *-*-* } } */
-  for (;;) NOPE; /* { dg-bogus "suggest a space before " "suggest" { xfail *-*-* } } */
+  while (1) NOPE; /* { dg-bogus "suggest a space before " "suggest" } */
+  for (;;) NOPE; /* { dg-bogus "suggest a space before " "suggest" } */
   while (1)
     NOPE;
   for (;;)

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]