On i686-apple-darwin9, g++.dg/template/spec35.C fails for FAIL: g++.dg/template/spec35.C scan-assembler .glob(a|)l[\t ]*_Z2f2IfEvT_ FAIL: g++.dg/template/spec35.C scan-assembler .weak[\t ]*_Z2f2IiEvT_
A quick look to the assembly shows that the regular expressions should be something like ".glob(a|)l[\t ]*_?_Z2f2IfEvT_" and ".weak(_definition)?[\t ]*__Z2f2IiEvT_". If needed, I can do the change in the test and regtest it on Darwin9 (ppc/intel). -- Summary: FAIL: g++.dg/template/spec35.C scan-assembler Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dominiq at lps dot ens dot fr GCC build triplet: i686-apple-darwin9 GCC host triplet: i686-apple-darwin9 GCC target triplet: i686-apple-darwin9 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35119