[Bug middle-end/19236] [4.0 regression] ICE compiling logp(x) with -ffast-math
--- Additional Comments From aj at gcc dot gnu dot org 2005-01-03 07:30 --- Let's add Uros since he worked on the i386 backend lately and Honza as another expert. -- What|Removed |Added ---
[Bug middle-end/19236] [4.0 regression] ICE compiling logp(x) with -ffast-math
--- Additional Comments From bangerth at dealii dot org 2005-01-03 05:30 --- The minimal testcase is this: extern double log1p (double __x); double test () { return log1p(1.0); } g/x> /home/bangerth/bin/gcc-4.0-pre/bin/c++ -ffast-math