--- Additional Comments From spigel at olvs dot miee dot ru 2005-01-24
06:45 ---
Subject: Re: source doesn't compile with -O0 but they
compile with -O3
Yeah, fine battle!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11203
make bootstrap-lean fails for native powerpc64-linux since a week.
mkdir obj-powerpc64-linux-minimal
cd obj-powerpc64-linux-minimal/
CFLAGS='-O2 -fsigned-char -fmessage-length=0 -Wall' /tmp/gcc-head/configure
--enable-threads=posix --enable-languages=c,c++,objc,f95,java
--enable-checking -
This testcase will fail with '-O2 -ffast-math -mno-80387':
#include
double test(double x) {
return sin(x);
}
sin.c: In function 'test':
/usr/include/bits/mathinline.h:456: error: impossible constraint in 'asm'
Adding -D__NO_MATH_INLINES to compile flags fixes this problem.
--
--- Additional Comments From coudert at clipper dot ens dot fr 2005-01-24
07:30 ---
I confirm comment #3: PR 17675 is fixed, but this bug still appears on the
nightly test logs I do on sparc-sun-solaris2.9. Bug or not, this should be fixed
(either the compiler or the testcase).
I inclin
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-24
07:36 ---
glibc is fucked up really, it should not do this. We really should define it
always because almost always
get better than glibc (especially with the tree-ssa).
--
http://gcc.gnu.org/bugzilla/show_bug.
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-24
07:53 ---
Hmm, interesting.
'flag_unsafe_math_optimizations' should be defined in options.h which is built
each time. Can you
attach the full log? I am going to try this myself to see if something goes
wrong here
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-24
07:53 ---
Fixing.
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |ebotcazou
201 - 207 of 207 matches
Mail list logo