[Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())

2020-03-27 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #23 from Nathan Sidwell  ---
Fixed trunk and gcc-9

[Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())

2020-03-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #22 from CVS Commits  ---
The releases/gcc-9 branch has been updated by Nathan Sidwell
:

https://gcc.gnu.org/g:070a0b6392d682f11ca79d22ae00bc822332cdcf

commit r9-8419-g070a0b6392d682f11ca79d22ae00bc822332cdcf
Author: Nathan Sidwell 
Date:   Fri Mar 27 13:13:39 2020 -0700

c++: Fix ICE popping local scope [pr84733]

PR c++/84733
* name-lookup.c (do_pushdecl): Look through cleanp levels.

[Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())

2020-03-27 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #21 from CVS Commits  ---
The master branch has been updated by Nathan Sidwell :

https://gcc.gnu.org/g:c7fc15f54b321b2522ae26abebb86957de5c6fae

commit r10-7427-gc7fc15f54b321b2522ae26abebb86957de5c6fae
Author: Nathan Sidwell 
Date:   Fri Mar 27 13:09:12 2020 -0700

[pr84733]  Fix ICE popping local scope

PR c++/84733
* name-lookup.c (do_pushdecl): Look through cleanp levels.

[Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())

2020-03-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #20 from Jakub Jelinek  ---
And even r10-7425 still ICEs.

[Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())

2020-03-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #19 from Jakub Jelinek  ---
(In reply to Nathan Sidwell from comment #18)
> fixed GCC 10 13dfc007557c384683118fa12cd255e69b70a34d

I don't see such a commit in the repo.

[Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())

2020-03-27 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #18 from Nathan Sidwell  ---
fixed GCC 10 13dfc007557c384683118fa12cd255e69b70a34d

[Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())

2020-03-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|8.4 |8.5

--- Comment #17 from Jakub Jelinek  ---
GCC 8.4.0 has been released, adjusting target milestone.