http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51453
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c++ |libstdc++ --- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-12-07 18:01:22 UTC --- I don't think we should fiddle with illegal zero lenght arrays in the C++11 library, even if in general it's a GNU E extension. Of course we are already exploiting EBO for portable data types.