[Bug c++/68722] [4.9/5/6 Regression] internal compiler error: in merge_exception_specifiers, at cp/typeck2.c:2108

2016-04-12 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68722 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Apr 12 17:54:34 2016 New Revision: 234909 URL: https://gcc.gnu.org/viewcvs?rev=234909=gcc=rev Log: /cp 2016-04-12 Paolo Carlini PR

[Bug c++/68722] [4.9/5/6 Regression] internal compiler error: in merge_exception_specifiers, at cp/typeck2.c:2108

2016-04-08 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68722 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED CC|paolo at

[Bug c++/68722] [4.9/5/6 Regression] internal compiler error: in merge_exception_specifiers, at cp/typeck2.c:2108

2016-03-14 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68722 --- Comment #2 from Paolo Carlini --- I wonder if in such cases, where we run out of tokens and we issue: error_at (token->location, "file ends in default argument"); from cp_parser_cache_defarg we should instead use something like a

[Bug c++/68722] [4.9/5/6 Regression] internal compiler error: in merge_exception_specifiers, at cp/typeck2.c:2108

2016-03-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68722 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED