[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-24 Thread bonzini at gcc dot gnu dot org
--- Comment #7 from bonzini at gnu dot org 2006-01-24 14:29 --- Subject: Bug 25890 Author: bonzini Date: Tue Jan 24 14:29:25 2006 New Revision: 110170 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=110170 Log: 2006-01-23 Paolo Bonzini [EMAIL PROTECTED] PR

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-24 Thread bonzini at gnu dot org
--- Comment #8 from bonzini at gnu dot org 2006-01-24 14:30 --- Patch committed. -- bonzini at gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-23 Thread bonzini at gnu dot org
--- Comment #3 from bonzini at gnu dot org 2006-01-23 08:16 --- The bug here is that expand_compound_operation uses an unsigned HOST_WIDE_INT for pos, while the argument to the zero_extract rtx's is a const_int, which is signed. A negative value for zero_extract's position operand is

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-23 Thread bonzini at gnu dot org
--- Comment #4 from bonzini at gnu dot org 2006-01-23 10:01 --- *** Bug 25919 has been marked as a duplicate of this bug. *** -- bonzini at gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-23 Thread joel at gcc dot gnu dot org
--- Comment #5 from joel at gcc dot gnu dot org 2006-01-23 20:40 --- sh-rtems fails to build also. Andrew thought it was related so I am adding myself and this link to my failure post. http://gcc.gnu.org/ml/gcc/2006-01/msg00869.html -- joel at gcc dot gnu dot org changed:

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-23 Thread hp at gcc dot gnu dot org
--- Comment #6 from hp at gcc dot gnu dot org 2006-01-23 23:27 --- Same for sh-elf as for st-rtems. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25890

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-22 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2006-01-23 00:46 --- Appeared on ia64-hp-hpux11.23 between revisions 109876 and 110062. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-21 04:15 --- Confirmed, this also fails on x86_64-linux-gnu which means this is a semi generic problem. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added