From: ro Date: Thu, 23 Oct 2014 11:32:55 +0000 (+0000) Subject: Fix gcc.dg/ipa/ipa-icf-21.c on 32-bit Linux/x86. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e09e6e54652769c100344318ad31b453a20bf401;p=thirdparty%2Fgcc.git Fix gcc.dg/ipa/ipa-icf-21.c on 32-bit Linux/x86. * gcc.dg/ipa/ipa-icf-21.c: Add -msse2 to dg-options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216589 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 688069343900..377a7fcbfb10 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-10-23 Rainer Orth + + * gcc.dg/ipa/ipa-icf-21.c: Add -msse2 to dg-options. + 2014-10-23 Rainer Orth * gcc.dg/ipa/ipa-icf-21.c: Restrict to i?86-*-* x86_64-*-*. diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-icf-21.c b/gcc/testsuite/gcc.dg/ipa/ipa-icf-21.c index 94921e1ef455..68aabc5fdd03 100644 --- a/gcc/testsuite/gcc.dg/ipa/ipa-icf-21.c +++ b/gcc/testsuite/gcc.dg/ipa/ipa-icf-21.c @@ -1,5 +1,5 @@ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ -/* { dg-options "-O2 -fdump-ipa-icf" } */ +/* { dg-options "-O2 -msse2 -fdump-ipa-icf" } */ #include