[Bug middle-end/21850] misscompiling comparision from vector to integer

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-07 21:45 --- Subject: Bug 21850 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-07 21:45:08 Modified files: gcc: ChangeLog tree.c gcc/testsui

[Bug middle-end/21850] misscompiling comparision from vector to integer

2005-06-07 Thread jakub at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org | Status|UNCONFIRMED

[Bug middle-end/21850] misscompiling comparision from vector to integer

2005-05-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-31 21:02 --- The problem is that we are assuming TYPE_PRECISION of the vector is really the precision when it is in fact the number of elements. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21850

[Bug middle-end/21850] misscompiling comparision from vector to integer

2005-05-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-31 20:50 --- This used to work right before the branch of 4.0.0. -- What|Removed |Added OtherBugsDepending