public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: PR c++/41090
@ 2010-03-14 12:38 Dominique Dhumieres
  0 siblings, 0 replies; 2+ messages in thread
From: Dominique Dhumieres @ 2010-03-14 12:38 UTC (permalink / raw)
  To: gcc-patches; +Cc: mikestump

> I've xfailed this on darwin for now.

This fixes the failure, but not the warning

WARNING: g++.dg/ext/label13.C compilation failed to produce executable

see http://gcc.gnu.org/ml/gcc-testresults/2010-03/msg01177.html .

The test should probably skiped on darwin.

Dominique

^ permalink raw reply	[flat|nested] 2+ messages in thread

* PR c++/41090
@ 2010-03-02 19:47 Mike Stump
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Stump @ 2010-03-02 19:47 UTC (permalink / raw)
  To: gcc-patches Patches

I've xfailed this on darwin for now.  Eventually, it would be nice to support this on darwin.  I don't think this should change any non-darwin results, save an additional pass.

	PR c++/41090
	* g++.dg/ext/label13.C (C::C): xfail for darwin for now.

Doing diffs in testsuite/:
--- testsuite//g++.dg/ext/label13.C.~1~	2010-02-09 02:14:30.000000000 -0800
+++ testsuite//g++.dg/ext/label13.C	2010-03-02 11:22:38.000000000 -0800
@@ -8,7 +8,7 @@ struct C
   C();
 };
 
-C::C()
+C::C()	// { dg-bogus "can never be copied" "" { xfail *-apple-darwin* } }
 {
   static void *labelref = &&label;
   goto *labelref;
--------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-14 11:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-14 12:38 PR c++/41090 Dominique Dhumieres
  -- strict thread matches above, loose matches on Subject: below --
2010-03-02 19:47 Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).