Commit bce4ea61 by Andrew Pinski Committed by Andrew Pinski

re PR testsuite/38311 (ssp-2.c fails on darwin because of duplicated symbols)

2008-11-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR testsuite/38311
        * ssp-2.c: Link with -Wl,-multiply_defined,suppress on darwin.

From-SVN: r142273
parent ebf24eb4
2008-11-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR testsuite/38311
* ssp-2.c: Link with -Wl,-multiply_defined,suppress on darwin.
2008-11-28 Jason Merrill <jason@redhat.com> 2008-11-28 Jason Merrill <jason@redhat.com>
PR c++/38233 PR c++/38233
......
/* { dg-do run { target native } } */ /* { dg-do run { target native } } */
/* { dg-options "-fstack-protector" } */ /* { dg-options "-fstack-protector" } */
/* { dg-options "-fstack-protector -Wl,-multiply_defined,suppress" { target *-*-darwin* } } */
/* { dg-require-effective-target fstack_protector } */ /* { dg-require-effective-target fstack_protector } */
#include <stdlib.h> #include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment