[Bug c++/41856] g++.dg/lookup/extern-c-redecl[3,4] .C scan-assembler fails on darwin
dodji at seketeli dot org
gcc-bugzilla@gcc.gnu.org
Thu Oct 29 17:09:00 GMT 2009
------- Comment #7 from dodji at seketeli dot org 2009-10-29 17:09 -------
Subject: Re: g++.dg/lookup/extern-c-redecl[3,4] .C
scan-assembler fails on darwin
> ------- Comment #6 from dominiq at lps dot ens dot fr 2009-10-29 14:36 -------
> Without test the part '.*?' in the rerexps seems odd. Why not '.*' only?
The '.*?' is the non greedy form of '.*'. If I put '.*' only, then '.*foo'
'.*' will match the foo coming after and that will not do what I want.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41856
More information about the Gcc-bugs
mailing list