This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/46329] ICE on ARM for __attribute__ ((vector_size (8 * sizeof(int)))) operations


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

--- Comment #3 from Richard Earnshaw <rearnsha at gcc dot gnu.org> 2011-03-10 17:00:10 UTC ---
Another test (from the dup).

int __attribute__ ((vector_size (32))) x;
void
foo (void)
{
  x <<= x;
}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]