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/16624] [3.5.0 regression] [arm] segmentation fault on float accesses in the ?: operators' body


------- Additional Comments From loki at inf dot u-szeged dot hu  2004-08-03 13:35 -------
(In reply to comment #2)
> Can you try this again as PR 15068 is fixed?
Yep. The test case which I sent is fixed, BUT there is another regression. See
the following:

Second test case:
double
foo(double x, double y)
{
  return (x >= 1 ? 0 : 1 - x)/y;
}

Cmd line (2004-08-03 08:00:00 UTC):
arm-linux-gcc -c -O1 -o foo2.o foo2.i

Output:
foo2.i: In function `foo':
foo2.i:5: internal compiler error: in elim_reg_cond, at flow.c:3247


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16624


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