https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66723
Bug ID: 66723 Summary: gcc.target/i386/vararg-loc.c FAILs Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: vries at gcc dot gnu.org Target Milestone: --- Host: i386-pc-solaris2.1[01], x86_64-apple-darwin* Target: i386-pc-solaris2.1[01], x86_64-apple-darwin* Build: i386-pc-solaris2.1[01], x86_64-apple-darwin* The new gcc.target/i386/vararg-loc.c FAILs on Solaris/x86 when configured to used /usr/ccs/bin/as, and Mac OS X with the native assembler: FAIL: gcc.target/i386/vararg-loc.c scan-assembler-times \\\\.loc 1 18 0 1 FAIL: gcc.target/i386/vararg-loc.c scan-assembler-times \\\\.loc 1 20 0 1 .loc support seems to be a gas-only feature, currently. Rainer