Commit 8bbc6470 by Rainer Orth Committed by Rainer Orth

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.

From-SVN: r216589
parent ad075b50
2014-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/ipa/ipa-icf-21.c: Add -msse2 to dg-options.
2014-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/ipa/ipa-icf-21.c: Restrict to i?86-*-* x86_64-*-*.
* gcc.dg/ipa/ipa-icf-28.c: Require init_priority.
......
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -fdump-ipa-icf" } */
/* { dg-options "-O2 -msse2 -fdump-ipa-icf" } */
#include <xmmintrin.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