https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64729
Bug ID: 64729 Summary: gcc.dg/stackprotectexplicit1.c FAILs Product: gcc Version: 5.0 URL: https://gcc.gnu.org/ml/gcc-patches/2015-01/msg01884.ht ml Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: marcos.diaz at tallertechnologies dot com Host: *-*-solaris2.* Target: *-*-solaris2.* Build: *-*-solaris2.* As reported in https://gcc.gnu.org/ml/gcc-patches/2015-01/msg01884.html the new gcc.dg/stackprotectexplicit1.c FAILs on Solaris: FAIL: gcc.dg/stackprotectexplicit1.c (test for excess errors) WARNING: gcc.dg/stackprotectexplicit1.c compilation failed to produce executable Excess errors: Undefined first referenced symbol in file __stack_chk_guard /var/tmp//ccv9aOr1.o ld: fatal: symbol referencing errors. No output written to . Further analysis and proposed patch above. Rainer