[Bug tree-optimization/20009] [4.0 regression] cris-elf testsuite failures: gcc.c-torture/unsorted/USIcmp.c, -O1 and above

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 13:45 --- Actually this is not a problem in DOM at all but in fold, say we have (which is the reduced testcase): unsigned int glob1; int imm0limm1 (int r0) { if (22 = ((unsigned int)glob1)) return 1; else

[Bug tree-optimization/20009] [4.0 regression] cris-elf testsuite failures: gcc.c-torture/unsorted/USIcmp.c, -O1 and above

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 13:49 --- This is caused obviously by: * convert.c (convert_to_integer) case POINTER_TYPE: Pass TYPE_UNSIGNED (type) as type_for_size's UNSIGNEDP argument. --

[Bug tree-optimization/20009] [4.0 regression] cris-elf testsuite failures: gcc.c-torture/unsorted/USIcmp.c, -O1 and above

2005-02-17 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-02-17 20:00 --- Also fails on ia64-hpux. -- What|Removed |Added CC|

[Bug tree-optimization/20009] [4.0 regression] cris-elf testsuite failures: gcc.c-torture/unsorted/USIcmp.c, -O1 and above

2005-02-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-17 23:57 --- Subject: Bug 20009 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-17 23:56:55 Modified files: gcc: ChangeLog convert.c

[Bug tree-optimization/20009] [4.0 regression] cris-elf testsuite failures: gcc.c-torture/unsorted/USIcmp.c, -O1 and above

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 00:22 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/20009] [4.0 regression] cris-elf testsuite failures: gcc.c-torture/unsorted/USIcmp.c, -O1 and above

2005-02-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-16 19:04 --- I see this every once in a while on a different testcase. CCing Jeff as he is the person who knows DOM a lot. -- What|Removed |Added

[Bug tree-optimization/20009] [4.0 regression] cris-elf testsuite failures: gcc.c-torture/unsorted/USIcmp.c, -O1 and above

2005-02-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-16 19:32 --- This also can be seen on x86: http://gcc.gnu.org/ml/gcc-regression/2005-02/msg00052.html Confirmed. Most likely DOM is doing some thing wrong. -- What|Removed |Added