https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61994
--- Comment #2 from Jason Merrill ---
Author: jason
Date: Thu Aug 7 01:44:06 2014
New Revision: 213688
URL: https://gcc.gnu.org/viewcvs?rev=213688&root=gcc&view=rev
Log:
PR c++/61994
* init.c (build_vec_init): Leave atype an ARRAY_TYPE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61994
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61994
--- Comment #1 from Jeremy Maitin-Shepard ---
With gcc 4.9.1:
The following test program produces an ICE:
typedef unsigned long limb_t __attribute__ ((__vector_size__ (16),
__may_alias__));
struct X {
limb_t limb = {1,1};
};
const X table[1