[Bug c++/71516] [5/6/7 Regression] ICE on invalid C++ code (invalid use of forward declared type) on x86_64-linux-gnu: Segmentation fault (program cc1plus)

2016-06-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71516 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Tue Jun 14 14:47:17 2016 New Revision: 237450 URL: https://gcc.gnu.org/viewcvs?rev=237450=gcc=rev Log: PR c++/71516 * decl.c (complete_vars): Handle gracefully type ==

[Bug c++/71516] [5/6/7 Regression] ICE on invalid C++ code (invalid use of forward declared type) on x86_64-linux-gnu: Segmentation fault (program cc1plus)

2016-06-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71516 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Tue Jun 14 14:33:11 2016 New Revision: 237445 URL: https://gcc.gnu.org/viewcvs?rev=237445=gcc=rev Log: PR c++/71516 * decl.c (complete_vars): Handle gracefully type ==

[Bug c++/71516] [5/6/7 Regression] ICE on invalid C++ code (invalid use of forward declared type) on x86_64-linux-gnu: Segmentation fault (program cc1plus)

2016-06-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71516 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/71516] [5/6/7 Regression] ICE on invalid C++ code (invalid use of forward declared type) on x86_64-linux-gnu: Segmentation fault (program cc1plus)

2016-06-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71516 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|