diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-20 17:57:49 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-20 17:57:49 +0000 |
commit | d6ef7132d7fb14a5ea91cdac471e0289cc788021 (patch) | |
tree | 3ff08adcf151f09e20c5535d52bfc5c00e6993fe /gcc/testsuite/gcc.c-torture/compile/sync-3.c | |
parent | a054470238630bbd013505938367bcda27425257 (diff) | |
download | gcc-d6ef7132d7fb14a5ea91cdac471e0289cc788021.tar.gz |
2011-10-19 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 180258 using svnmerge
{so ggc-zone.c works again}
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@180263 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/sync-3.c')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/sync-3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/sync-3.c b/gcc/testsuite/gcc.c-torture/compile/sync-3.c index 9689eea5bb0..d717ef22913 100644 --- a/gcc/testsuite/gcc.c-torture/compile/sync-3.c +++ b/gcc/testsuite/gcc.c-torture/compile/sync-3.c @@ -1,4 +1,5 @@ /* { dg-message "note: '__sync_fetch_and_nand' changed semantics in GCC 4.4" "" { target *-*-* } 0 } */ +/* { dg-options "-ffat-lto-objects" } */ /* Validate that each of the __sync builtins compiles. This won't necessarily link, since the target might not support the builtin, |