[Bug c++/41725] g++ accepts compounded unnamed type in template (violates 14.3.1-2)

2013-06-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41725 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com --- Do we have DR # for this issue?

[Bug c++/41725] g++ accepts compounded unnamed type in template (violates 14.3.1-2)

2013-06-10 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41725 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|SUSPENDED |RESOLVED

[Bug c++/41725] g++ accepts compounded unnamed type in template (violates 14.3.1-2)

2013-06-10 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41725 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|SUSPENDED

[Bug c++/41725] g++ accepts compounded unnamed type in template (violates 14.3.1-2)

2011-09-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41725 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org |jason at

[Bug c++/41725] g++ accepts compounded unnamed type in template (violates 14.3.1-2)

2011-09-28 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41725 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |SUSPENDED Last

[Bug c++/41725] g++ accepts compounded unnamed type in template (violates 14.3.1-2)

2009-10-16 Thread td-gnubugs at th-dorner dot de
--- 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=18806action=view) (almost) minimal example A g++ -pedantic -ansi -Wall -Wextra -o ArrayWithInnerStructure3