This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/41856] 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?  My
practice of regexp taught me that '.*' is asking for trouble and, when
possible, should be replaced by [^some pattern]*. Why not "call[^Z]*Z4forkv"
(not regtested, but it works when grepping the assembly)?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41856


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]