[RFA] Patch PR debug/37801

Jason Merrill jason@redhat.com
Sat Aug 15 20:56:00 GMT 2009


On 08/15/2009 11:36 AM, Dodji Seketeli wrote:
> Ok for those branches ?

Just a few nits about the tests:

> +++ b/gcc/testsuite/gcc.dg/debug/20020224-1.c
> @@ -1,9 +1,13 @@
> +/* { dg-options "-g3 -O -dA" } */

You don't need -dA for this test.

> +/* Here's the deal: f4 is inlined into main, f3 is inlined into f4, f2 is
> +   inlined into f1. The DIE of main should contain DW_TAG_inlined_subroutines
> +   children for f4, f3, f2 and f1. Also, there should be a DIE representing
> +   and out of line instance of f4, aside the DIE representing its abstract
       an

> +  second (in first). At the same time, main did'nt have children

didn't

OK with those changes.

Jason



More information about the Gcc-patches mailing list