https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70582
Bug ID: 70582 Summary: [6 regression] gcc.dg/attr-weakref-1.c FAILs Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: hubicka at gcc dot gnu.org Target Milestone: --- Host: i386-pc-solaris2.1[012] Target: i386-pc-solaris2.1[012] Build: i386-pc-solaris2.1[012] After 20160401, gcc.dg/attr-weakref-1.c started to FAIL on Solaris/x86 with /bin/as: FAIL: gcc.dg/attr-weakref-1.c (test for excess errors) WARNING: gcc.dg/attr-weakref-1.c compilation failed to produce executable Excess errors: Assembler: attr-weakref-1.c "/var/tmp//ccUSaysF.s", line 171 : Multiply defined symbol: "Wv3a" I'm attaching the assembler output. When using gas, this still works since .weakref is used there. Most likely caused by the recent patch for PR ipa/68881. Rainer