Commit 23552a4d by Jakub Jelinek Committed by Jakub Jelinek

re PR target/67462 (FAIL: gcc.dg/ifcvt-3.c scan-rtl-dump ce1 "3 true changes made")

	PR target/67462
	* gcc.dg/ifcvt-3.c: Only compile on lp64 targets, include also i?86
	if lp64.

From-SVN: r232242
parent 26ff85b0
2016-01-11 Jakub Jelinek <jakub@redhat.com> 2016-01-11 Jakub Jelinek <jakub@redhat.com>
PR target/67462
* gcc.dg/ifcvt-3.c: Only compile on lp64 targets, include also i?86
if lp64.
PR target/69071 PR target/69071
* gcc.dg/pr69071.c: New test. * gcc.dg/pr69071.c: New test.
......
/* { dg-do compile { target aarch64*-*-* x86_64-*-* } } */ /* { dg-do compile { target { { aarch64*-*-* i?86-*-* x86_64-*-* } && lp64 } } } */
/* { dg-options "-fdump-rtl-ce1 -O2" } */ /* { dg-options "-fdump-rtl-ce1 -O2" } */
typedef long long s64; typedef long long s64;
......
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