[Bug inline-asm/11203] source doesn't compile with -O0 but they compile with -O3

2005-01-23 Thread spigel at olvs dot miee dot ru
--- 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

[Bug bootstrap/19601] New: make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared

2005-01-23 Thread olh at suse dot de
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 -

[Bug target/19602] New: -mno-80387 should define __NO_MATH_INLINES

2005-01-23 Thread uros at kss-loka dot si
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. --

[Bug fortran/19302] intrinsic_nearest.f90 fails

2005-01-23 Thread coudert at clipper dot ens dot fr
--- 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

[Bug target/19602] -mno-80387 should define __NO_MATH_INLINES

2005-01-23 Thread pinskia at gcc dot gnu dot org
--- 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.

[Bug bootstrap/19601] [4.0 Regression] make bootstrap-lean fails: insn-conditions.c:189: error: `flag_unsafe_math_optimizations' undeclared

2005-01-23 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug rtl-optimization/15853] [3.3 Regression] temporaries are not destroyed and overwritten later

2005-01-23 Thread ebotcazou at gcc dot gnu dot org
--- 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

<    1   2   3