[Bug testsuite/21010] New gcc.dg/vect tests fail

2005-04-13 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-04-14 01:19 --- There are additional problems with these tests and I don't have time to finish looking at them today, but here's some info.

[Bug tree-optimization/21004] [4.1 Regression] gcc.dg/builtins-53.c fails

2005-04-13 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-04-14 01:27 --- Also fails on cris-elf and mmix-knuth-mmixware with the same message in the log. -- What|Removed |Added

[Bug c/21017] New: ppc 64bit target not using rlwinm

2005-04-13 Thread anton at samba dot org
Using a recent 4.0 CVS: gcc version 4.0.0 20050412 (prerelease) Compiling the following as 64bit: unsigned int foo(unsigned int x) { return ((x 16) 0x) | ((x 0x) 16); } Results in: .L.foo: slwi 0,3,16 srwi 3,3,16 or 3,3,0 rldicl

[Bug tree-optimization/21009] [4.1 Regression] gcc.c-torture/compile/20040209-1.c fails

2005-04-13 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-04-14 01:45 --- I see this on cris-elf too (but not mmix-knuth-mmixware), same appearance, worked with LAST_UPDATED Sun Apr 10 23:37:21 UTC 2005, failing since Mon Apr 11 10:40:45 UTC 2005. -- What|Removed

[Bug middle-end/21006] [4.1 Regression] g++.dg/other/static11.C fails

2005-04-13 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2005-04-14 02:01 --- Fails for cris-elf and mmix-knuth-mmixware as well. Timespan that narrows down the suspects a little: worked on LAST_UPDATED Tue Apr 12 20:48:11 UTC 2005, started failing Wed Apr 13 05:00:11 UTC 2005. --

[Bug rtl-optimization/14868] ICE with -msse2 -mfpmath=sse -fnon-call-exceptions

2005-04-13 Thread nick at ilm dot com
--- Additional Comments From nick at ilm dot com 2005-04-14 02:15 --- testcase compiles successfuly with gcc-4.0.0-20050410 on x68 and amd64, removed 4.0.0 from known to fail line. -- What|Removed |Added

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-13 Thread drow at gcc dot gnu dot org
--- Additional Comments From drow at gcc dot gnu dot org 2005-04-14 03:10 --- Actually, we can and should fix this. What I gave was only a workaround. -- What|Removed |Added

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-13 Thread drow at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |drow at gcc dot gnu dot org |dot org | Status|UNCONFIRMED

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-13 Thread drow at gcc dot gnu dot org
--- Additional Comments From drow at gcc dot gnu dot org 2005-04-14 03:11 --- I'll look at it when I can find the time. -- What|Removed |Added Severity|normal

[Bug ada/21003] Error detected at gnatmake.ads:27:1

2005-04-13 Thread christian dot joensson at gmail dot com
--- Additional Comments From christian dot joensson at gmail dot com 2005-04-14 04:10 --- hmm... this was probably a false alarm... sorry for any trouble... A fresh build from the 4.0 branch, LAST_UPDATED: Wed Apr 13 19:45:52 UTC 2005, is a checking right now... -- What

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-04-13 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-04-14 05:28 --- Still seeing this on 4.0.0-rc1. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20583

[Bug tree-optimization/21009] [4.1 Regression] gcc.c-torture/compile/20040209-1.c fails

2005-04-13 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-04-14 05:52 --- Yes, this is duplicate of PR 21004: 20040209-1.c.t02.original: ;; Function foo (foo) ;; enabled by -tree-original { return (int) __builtin_lceilf (x); } These functions (lceil and lfloor) share the same

[Bug tree-optimization/21004] [4.1 Regression] gcc.dg/builtins-53.c fails

2005-04-13 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-04-14 05:52 --- *** Bug 21009 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21004

[Bug tree-optimization/21004] [4.1 Regression] gcc.dg/builtins-53.c fails

2005-04-13 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-04-14 05:55 --- I susupect the bug to be in expand_builtin_int_roundingfn(). It looks that tmp = gen_reg_rtx(floatmode); is needed before tmp = expand_builtin_mathfn (exp, NULL_RTX, NULL_RTX); It is somehow annoying fact

<    1   2   3