[Bug c++/84636] internal compiler error: Segmentation fault (identifier_p()/grokdeclarator())

2018-12-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84636

Paolo Carlini  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Assignee|paolo.carlini at oracle dot com|unassigned at gcc dot 
gnu.org
   Target Milestone|--- |9.0

--- Comment #4 from Paolo Carlini  ---
Fixed.

[Bug c++/84636] internal compiler error: Segmentation fault (identifier_p()/grokdeclarator())

2018-12-04 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84636

--- Comment #3 from paolo at gcc dot gnu.org  ---
Author: paolo
Date: Tue Dec  4 23:48:45 2018
New Revision: 266807

URL: https://gcc.gnu.org/viewcvs?rev=266807=gcc=rev
Log:
/cp
2018-12-04  Paolo Carlini  

PR c++/84636
* decl.c (grokdeclarator): Avoid crashing on an anonymous bit-field
with function type.

/testsuite
2018-12-04  Paolo Carlini  

PR c++/84636
* g++.dg/parse/bitfield6.C: New.

Added:
trunk/gcc/testsuite/g++.dg/parse/bitfield6.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/decl.c
trunk/gcc/testsuite/ChangeLog

[Bug c++/84636] internal compiler error: Segmentation fault (identifier_p()/grokdeclarator())

2018-10-23 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84636

Paolo Carlini  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|unassigned at gcc dot gnu.org  |paolo.carlini at oracle 
dot com

--- Comment #2 from Paolo Carlini  ---
Mine.

[Bug c++/84636] internal compiler error: Segmentation fault (identifier_p()/grokdeclarator())

2018-03-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84636

Marek Polacek  changed:

   What|Removed |Added

   Keywords||ice-on-invalid-code
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2018-03-01
 CC||mpolacek at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Marek Polacek  ---
Confirmed.