Commit bd841941 by Uros Bizjak Committed by Uros Bizjak

re PR rtl-optimization/67447 (ICE in extract_constrain_insn…

re PR rtl-optimization/67447 (ICE in extract_constrain_insn (reload_cse_simplify_operands): insn does not satisfy its constraints)

	PR rtl-optimization/67447
	* gcc.target/i386/pr67447.c: New test.

From-SVN: r228461
parent beabed99
2015-10-04 Uros Bizjak <ubizjak@gmail.com>
PR rtl-optimization/67447
* gcc.target/i386/pr67447.c: New test.
2015-10-04 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/vect-pack-trunc-1.c: Require avx512bw
effective target.
* gcc.target/i386/vect-pack-trunc-2.c: Ditto.
......
/* { dg-do compile } */
/* { dg-options "-O3 -march=haswell" } */
struct _GPart {
int *g;
};
static int b, d, e;
int *c, *f, *g;
int a;
int fn2(int, int);
int fn1(int p1) {
int h = fn2(p1, (int)(long)&e);
for (; d < e; d++)
if (f[d] != a)
h += g ? g[f[d]] : 1;
return h;
}
int main() {
struct _GPart *i;
for (; b < (int)(long)(i->g); b++)
c[b] = fn1((int)(long)i->g);
}
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