Commit 2bcbca7e by Richard Henderson Committed by Richard Henderson

re PR target/60704 (ICE: in extract_constrain_insn_cached, at recog.c:2156 with…

re PR target/60704 (ICE: in extract_constrain_insn_cached, at recog.c:2156 with -flive-range-shrinkage -march=amdfam10)

PR target/60704

        * gcc.dg/pr60704.c: New file.

From-SVN: r208990
parent 2a1ffd6d
2014-04-01 Richard Henderson <rth@redhat.com>
PR target/60704
* gcc.dg/pr60704.c: New file.
2014-04-01 Bin Cheng <bin.cheng@arm.com> 2014-04-01 Bin Cheng <bin.cheng@arm.com>
PR target/60363 PR target/60363
......
/* { dg-do compile } */
/* { dg-options "-flive-range-shrinkage" } */
/* { dg-additional-options "-march=amdfam10" { target { i?86-*-* x86_64-*-* } } } */
struct S
{
int n;
};
int
foo (struct S s, double a)
{
return s.n * a;
}
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