output is: /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol ___stack_chk_fail^M /var/tmp//ccJIbRl1.o definition of ___stack_chk_fail in section (__TEXT,__text)^M /Users/apinski/src/gcc-sony/gcc-4.3/test/install/dd/lib/gcc/i386-apple-darwin8.11.1/4.3.2/../../../libssp.dylib(single module) definition of ___stack_chk_fail^M
We should pass -Wl,-multiply_defined,suppress as an option to suppress about these symbols since we can ignore them here. -- Summary: ssp-2.c fails on darwin because of duplicated symbols Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38311