From patchwork Mon Oct 8 13:41:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Fix PR52945 From: Dominique Dhumieres X-Patchwork-Id: 190038 Message-Id: <20121008134139.EBEA43BABA@mailhost.lps.ens.fr> To: gcc-patches@gcc.gnu.org Cc: IainS@gcc.gnu.org, mikestump@comcast.net, hubicka@ucw.cz Date: Mon, 08 Oct 2012 15:41:39 +0200 The following patch fixes PR52945 on Darwin. It as beem approved by Jan Hubicka in PR52945#c5. Since I don't have write permission, could someone commit it for me? TIA Dominique 2012-10-08 Dominique d'Humieres PR gcc/52945 * testsuite/gcc.dg/lto/pr52634_0.c: skip the test on Darwin. --- /opt/gcc/_clean/gcc/testsuite/gcc.dg/lto/pr52634_0.c 2012-04-10 08:58:02.000000000 +0200 +++ /opt/gcc/work/gcc/testsuite/gcc.dg/lto/pr52634_0.c 2012-06-19 15:09:29.000000000 +0200 @@ -1,3 +1,5 @@ +/* { dg-require-weak "" } */ +/* { dg-require-alias "" } */ /* { dg-lto-do link } */ /* { dg-lto-options {{-flto -r -nostdlib -flto-partition=1to1}} */ extern int cfliteValueCallBacks;