https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61215
Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |i686
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-05-18
CC| |trippels at gcc dot gnu.org
Component|c |target
Target Milestone|--- |4.9.1
Ever confirmed|0 |1
--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
markus@x4 tmp % cat test.i
void fn1 (int *, ...);
int fn2 (int p1)
{
fn1 (0, (short)(int)&p1);
return 0;
}
markus@x4 tmp % gcc -c -m32 -O2 -march=i686 test.i
test.i: In function ‘fn2’:
test.i:6:1: internal compiler error: in gen_add2_insn, at optabs.c:4718
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.