[Bug c/34911] [4.2/4.3/4.4 regression] ICE with vectors of bool

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Jan 1 03:58:00 GMT 2009



------- Comment #8 from pinskia at gcc dot gnu dot org  2009-01-01 03:56 -------
Here is an ICE for invalid code:
_Bool __attribute__((vector_size(16) )) a;
int __attribute__((vector_size(16) )) c;
void f(void) { a & c; }


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34911



More information about the Gcc-bugs mailing list