http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58756
Uroš Bizjak <ubizjak at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|hppa64-hp-hpux11.11 |hppa64-hp-hpux11.11, | |alpha-linux-gnu Status|UNCONFIRMED |NEW Last reconfirmed| |2013-12-12 CC| |ubizjak at gmail dot com Ever confirmed|0 |1 --- Comment #1 from Uroš Bizjak <ubizjak at gmail dot com> --- Also fails on alpha [1]. Breakpoint 3, main () at pr58392.c:52 52 abort (); (gdb) p foo (32 * 32, 32) $9 = 1984 It looks that the problem is in foo, if I comment out the call to foo, testcase runs OK. [1] http://gcc.gnu.org/ml/gcc-testresults/2013-12/msg01114.html