[Bug tree-optimization/65014] [5 Regression] ice with error: type mismatch in shift expression
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 11 13:38:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65014
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Reduced testcase:
extern int x;
unsigned
foo (unsigned int y)
{
return (y << ((long) &x)) | (y >> (32 - ((long) &x)));
}
Guess it is r218142 that started this. Anyway, will have a look.
More information about the Gcc-bugs
mailing list