[Bug middle-end/19857] [4.0 Regression] alignment check of SSE constant fails in simple test program

2005-02-16 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-16 13:54 --- Subject: Bug 19857 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-16 13:54:31 Modified files: gcc: ChangeLog convert.c fold-const.c

[Bug middle-end/19857] [4.0 Regression] alignment check of SSE constant fails in simple test program

2005-02-16 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-02-16 13:58 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/19857] [4.0 Regression] alignment check of SSE constant fails in simple test program

2005-02-15 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-02-15 11:42 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00810.html -- What|Removed |Added

[Bug middle-end/19857] [4.0 Regression] alignment check of SSE constant fails in simple test program

2005-02-10 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-02-10 17:21 --- This looks like fold_truthop bug, will look at it. -- What|Removed |Added

[Bug middle-end/19857] [4.0 Regression] alignment check of SSE constant fails in simple test program

2005-02-10 Thread jakub at gcc dot gnu dot org
--- Additional Comments From jakub at gcc dot gnu dot org 2005-02-10 18:07 --- Actually, I see there multiple problems elsewhere. First is on int i; int foo (void) { return i ~(unsigned int)3; } First is that if (change) return fold (build2 (BIT_AND_EXPR, type,

[Bug middle-end/19857] [4.0 Regression] alignment check of SSE constant fails in simple test program

2005-02-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-09 21:24 --- Confirmed, here is a testcase which uses abort: typedef float V __attribute__ ((vector_size (16))); typedef __SIZE_TYPE__ uintptr_t; V foo; void abort (void); int main(void) { V *foo2 = foo; if