[Bug c++/84588] [8/9 Regression] internal compiler error: Segmentation fault (contains_struct_check())

2018-05-21 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84588 --- Comment #13 from paolo at gcc dot gnu.org --- Author: paolo Date: Mon May 21 19:25:50 2018 New Revision: 260482 URL: https://gcc.gnu.org/viewcvs?rev=260482=gcc=rev Log: /cp 2018-05-21 Paolo Carlini PR

[Bug c++/84588] [8/9 Regression] internal compiler error: Segmentation fault (contains_struct_check())

2018-05-16 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84588 --- Comment #12 from Paolo Carlini --- What I'm finishing testing: Index: cp/parser.c === --- cp/parser.c (revision 260280) +++ cp/parser.c (working copy) @@ -21308,7 +21308,7 @@

[Bug c++/84588] [8/9 Regression] internal compiler error: Segmentation fault (contains_struct_check())

2018-05-16 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84588 --- Comment #11 from Paolo Carlini --- I think I figured out why my first try didn't really work. It's a latent issue/weirdness in cp_parser_parameter_declaration_list: it is setting *is_error = true, returning error_mark_node - and maybe

[Bug c++/84588] [8/9 Regression] internal compiler error: Segmentation fault (contains_struct_check())

2018-05-09 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84588 Paolo Carlini changed: What|Removed |Added Summary|[8 Regression] internal |[8/9 Regression] internal

[Bug c++/84588] [8/9 Regression] internal compiler error: Segmentation fault (contains_struct_check())

2018-05-08 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84588 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue May 8 19:35:10 2018 New Revision: 260050 URL: https://gcc.gnu.org/viewcvs?rev=260050=gcc=rev Log: /cp 2018-05-08 Paolo Carlini PR

[Bug c++/84588] [8/9 Regression] internal compiler error: Segmentation fault (contains_struct_check())

2018-05-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84588 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.0 |8.2 --- Comment #5 from Jakub Jelinek