This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16624] [3.5.0 regression] [arm] segmentation fault on float 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: 3 Aug 2004 13:35:43 -0000
- Subject: [Bug target/16624] [3.5.0 regression] [arm] segmentation fault on float accesses in the ?: operators' body
- References: <20040719084134.16624.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-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