diff mbox

[PATCHES,PING*5] Enhance standard DWARF for Ada

Message ID 3856423.liXVXWylaj@polaris
State New
Headers show

Commit Message

Eric Botcazou Dec. 18, 2015, 6:22 p.m. UTC
> I'm also seeing
> +FAIL: gnat.dg/specs/debug1.ads scan-assembler-times DW_AT_artificial 17
> and from what I can see in gcc-testresults, I'm not alone.

Minor oversight, adjusted like so:

	* gnat.dg/specs/debug1.ads: Bump final count to 18.

Comments

Andreas Schwab Jan. 2, 2016, 9:37 p.m. UTC | #1
Eric Botcazou <ebotcazou@adacore.com> writes:

>> I'm also seeing
>> +FAIL: gnat.dg/specs/debug1.ads scan-assembler-times DW_AT_artificial 17
>> and from what I can see in gcc-testresults, I'm not alone.
>
> Minor oversight, adjusted like so:
>
> 	* gnat.dg/specs/debug1.ads: Bump final count to 18.

On powerpc64:

FAIL: gnat.dg/specs/debug1.ads scan-assembler-times DW_AT_artificial 18

$ grep -c DW_AT_artificial debug1.s
17

Andreas.
Eric Botcazou Jan. 2, 2016, 11:45 p.m. UTC | #2
> On powerpc64:
> 
> FAIL: gnat.dg/specs/debug1.ads scan-assembler-times DW_AT_artificial 18
> 
> $ grep -c DW_AT_artificial debug1.s
> 17

Test removed.
Pierre-Marie de Rodat Jan. 5, 2016, 9:02 a.m. UTC | #3
On 01/03/2016 12:45 AM, Eric Botcazou wrote:
>> On powerpc64:
>>
>> FAIL: gnat.dg/specs/debug1.ads scan-assembler-times DW_AT_artificial 18
>>
>> $ grep -c DW_AT_artificial debug1.s
>> 17
>
> Test removed.

Thank you both!
diff mbox

Patch

Index: gnat.dg/specs/debug1.ads
===================================================================
--- gnat.dg/specs/debug1.ads	(revision 231814)
+++ gnat.dg/specs/debug1.ads	(working copy)
@@ -11,4 +11,4 @@  package Debug1 is
 
 end Debug1;
 
--- { dg-final { scan-assembler-times "DW_AT_artificial" 17 } }
+-- { dg-final { scan-assembler-times "DW_AT_artificial" 18 } }