--- Comment #8 from dodji at gcc dot gnu dot org 2009-08-30 07:44 ---
Fixed in trunk.
--
dodji at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSI
--- Comment #7 from dodji at gcc dot gnu dot org 2009-08-30 07:26 ---
Subject: Bug 41187
Author: dodji
Date: Sun Aug 30 07:26:29 2009
New Revision: 151223
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151223
Log:
Fix c++/41187
gcc/testsuite/ChangeLog:
PR c++/41187
--- Comment #6 from hjl dot tools at gmail dot com 2009-08-30 01:43 ---
(In reply to comment #5)
> Subject: Re: g++.dg/debug/dwarf2/namespace-1.C failed on Linux/ia64
>
> Le 29/08/2009 23:29, hjl dot tools at gmail dot com a écrit :
> > Do we need ".*?"? Shouldn't it be just ".*"?
>
>
--- Comment #5 from dodji at gcc dot gnu dot org 2009-08-29 21:31 ---
Subject: Re: g++.dg/debug/dwarf2/namespace-1.C failed on Linux/ia64
Le 29/08/2009 23:29, hjl dot tools at gmail dot com a écrit :
> Do we need ".*?"? Shouldn't it be just ".*"?
I tend to use .*? because .* can be to
--- Comment #4 from hjl dot tools at gmail dot com 2009-08-29 21:29 ---
(In reply to comment #2)
> Subject: Re: New: g++.dg/debug/dwarf2/namespace-1.C failed
> on Linux/ia64
>
> I think the correct line should rather be:
> // { dg-final { scan-assembler-times "\.ascii \"T.0\"\[\t \]+
--- Comment #3 from hjl dot tools at gmail dot com 2009-08-29 21:27 ---
# can't be used as comment for ia64. '.' won't match "//".
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41187
--- Comment #2 from dodji at gcc dot gnu dot org 2009-08-29 21:25 ---
Subject: Re: New: g++.dg/debug/dwarf2/namespace-1.C failed
on Linux/ia64
I think the correct line should rather be:
// { dg-final { scan-assembler-times "\.ascii \"T.0\"\[\t \]+.*?DW_AT_name"
--
http://gcc.gnu
--
dodji at gcc dot gnu dot org changed:
What|Removed |Added
CC||dodji at gcc dot gnu dot org
AssignedTo|unassigned at gcc dot g
--- Comment #1 from dodji at gcc dot gnu dot org 2009-08-29 21:15 ---
Subject: Re: New: g++.dg/debug/dwarf2/namespace-1.C failed
on Linux/ia64
Le 29/08/2009 22:57, hjl dot tools at gmail dot com a écrit :
> On Linux/ia64, I got
>
> FAIL: g++.dg/debug/dwarf2/namespace-1.C scan-assemb