This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16589] [3.5.0 regression] [m68k] segmentation fault on identical array accesses in the ?: operators' body
- From: "loki at inf dot u-szeged dot hu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Aug 2004 09:21:36 -0000
- Subject: [Bug target/16589] [3.5.0 regression] [m68k] segmentation fault on identical array accesses in the ?: operators' body
- References: <20040716124408.16589.loki@inf.u-szeged.hu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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