------- Comment #1 from td-gnubugs at th-dorner dot de 2009-10-16 08:59 ------- Created an attachment (id=18806) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18806&action=view) (almost) minimal example
A g++ -pedantic -ansi -Wall -Wextra -o ArrayWithInnerStructure3 ArrayWithInnerStructure3.cpp ; ./ArrayWithInnerStructure3 ; echo $? just prints "8" and no compilation error or warning. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41725