public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] PR53235: xfail scan-assembler-times in nested-4.C on darwin
@ 2013-01-20 17:11 Jack Howarth
  2013-01-20 20:27 ` Mike Stump
  2013-01-20 20:37 ` Mike Stump
  0 siblings, 2 replies; 3+ messages in thread
From: Jack Howarth @ 2013-01-20 17:11 UTC (permalink / raw)
  To: gcc-patches; +Cc: jason, mikestump, iain

   Current gcc trunk fails the scan-assembler-times on this test case
due to Apple's incomplete support for dwarf4. The attached patch xfail's
the scan-assembler-times on debug_types until Apple updates its cctools
to fully support dwarf4. Okay for gcc trunk?
        Jack
ps I don't see a huge rush to dwarf-4 over on clang/llvm development with
the last mention at http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-February/013563.html.

gcc/testsuite/

2013-01-19  Jack Howarth <howarth@bromo.med.uc.edu>

	PR debug/53235
	* g++.dg/debug/dwarf2/nested-4.C: XFAIL on darwin.
 
Index: gcc/testsuite/g++.dg/debug/dwarf2/nested-4.C
===================================================================
--- gcc/testsuite/g++.dg/debug/dwarf2/nested-4.C	(revision 195320)
+++ gcc/testsuite/g++.dg/debug/dwarf2/nested-4.C	(working copy)
@@ -1,6 +1,6 @@
 // PR debug/53235
 // { dg-options "-gdwarf-4 -fdebug-types-section" }
-// { dg-final { scan-assembler-times "debug_types" 2 } }
+// { dg-final { scan-assembler-times "debug_types" 2 { xfail *-*-darwin* } } }
 
 namespace E {
   class O {};

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

* Re: [PATCH] PR53235: xfail scan-assembler-times in nested-4.C on darwin
  2013-01-20 17:11 [PATCH] PR53235: xfail scan-assembler-times in nested-4.C on darwin Jack Howarth
@ 2013-01-20 20:27 ` Mike Stump
  2013-01-20 20:37 ` Mike Stump
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Stump @ 2013-01-20 20:27 UTC (permalink / raw)
  To: Jack Howarth; +Cc: gcc-patches, jason, iain

On Jan 20, 2013, at 9:10 AM, Jack Howarth <howarth@bromo.med.uc.edu> wrote:
>   Current gcc trunk fails the scan-assembler-times on this test case
> due to Apple's incomplete support for dwarf4. The attached patch xfail's
> the scan-assembler-times on debug_types until Apple updates its cctools
> to fully support dwarf4. Okay for gcc trunk?

Ok.

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

* Re: [PATCH] PR53235: xfail scan-assembler-times in nested-4.C on darwin
  2013-01-20 17:11 [PATCH] PR53235: xfail scan-assembler-times in nested-4.C on darwin Jack Howarth
  2013-01-20 20:27 ` Mike Stump
@ 2013-01-20 20:37 ` Mike Stump
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Stump @ 2013-01-20 20:37 UTC (permalink / raw)
  To: Jack Howarth; +Cc: gcc-patches, jason, iain

On Jan 20, 2013, at 9:10 AM, Jack Howarth <howarth@bromo.med.uc.edu> wrote:
>   Current gcc trunk fails the scan-assembler-times on this test case
> due to Apple's incomplete support for dwarf4. The attached patch xfail's
> the scan-assembler-times on debug_types

Committed revision 195326.

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

end of thread, other threads:[~2013-01-20 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-20 17:11 [PATCH] PR53235: xfail scan-assembler-times in nested-4.C on darwin Jack Howarth
2013-01-20 20:27 ` Mike Stump
2013-01-20 20:37 ` 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).