[Bug c++/64029] [4.9 Regression] const int (&in)[]{1,2,3,4,5}; results in internal compiler error: Segmentation fault
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 4 20:48:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64029
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Known to work| |5.0
Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org
Summary|[4.9/5 Regression] const |[4.9 Regression] const int
|int (&in)[]{1,2,3,4,5}; |(&in)[]{1,2,3,4,5}; results
|results in internal |in internal compiler error:
|compiler error: |Segmentation fault
|Segmentation fault |
Known to fail|5.0 |
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed on trunk for now.
More information about the Gcc-bugs
mailing list