[Bug target/16589] [3.5.0 regression] [m68k] segmentation fault on identical array accesses in the ?: operators' body
loki at inf dot u-szeged dot hu
gcc-bugzilla@gcc.gnu.org
Tue Aug 31 09:21:00 GMT 2004
------- Additional Comments From loki at inf dot u-szeged dot hu 2004-08-31 09:21 -------
I have another testcase. Is it a similar problem?
Source:
int bar(float *e)
{
if (!(e[0] > 0 && e[1] > 0))
return 1;
return 0;
}
Command line (version:2004-08-30 12:00:00 UTC):
m68k-elf-gcc -c -O2 pr.i
Output:
pr.i: In function `bar':
pr.i:6: internal compiler error: in output_348, at insn-output.c:3487
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16589
More information about the Gcc-bugs
mailing list