This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/21850] misscompiling comparision from vector to integer
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 May 2005 21:02:56 -0000
- Subject: [Bug middle-end/21850] misscompiling comparision from vector to integer
- References: <20050531204943.21850.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla 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