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 c/14714] segfault when initializing a flexible array member using designated initializer


------- Additional Comments From henryhack101 at netscape dot net  2004-03-24 07:49 -------
It seems I can designate the first element of the array though.
struct A a1 = {1,{[0]=2}};

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|segfault when initializing a|segfault when initializing a
                   |flexible array member using |flexible array member using
                   |designated initializer      |designated initializer


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


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