This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16589] [3.5.0 regression] [m68k] segmentation fault on identical array accesses in the ?: operators' body


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]