public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())
       [not found] <bug-84733-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-27 19:25 ` nathan at gcc dot gnu.org
  2020-03-27 19:35 ` jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: nathan at gcc dot gnu.org @ 2020-03-27 19:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #18 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
fixed GCC 10 13dfc007557c384683118fa12cd255e69b70a34d

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())
       [not found] <bug-84733-4@http.gcc.gnu.org/bugzilla/>
  2020-03-27 19:25 ` [Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow()) nathan at gcc dot gnu.org
@ 2020-03-27 19:35 ` jakub at gcc dot gnu.org
  2020-03-27 19:39 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-27 19:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #19 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Nathan Sidwell from comment #18)
> fixed GCC 10 13dfc007557c384683118fa12cd255e69b70a34d

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())
       [not found] <bug-84733-4@http.gcc.gnu.org/bugzilla/>
  2020-03-27 19:25 ` [Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow()) nathan at gcc dot gnu.org
  2020-03-27 19:35 ` jakub at gcc dot gnu.org
@ 2020-03-27 19:39 ` jakub at gcc dot gnu.org
  2020-03-27 20:12 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-27 19:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #20 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
And even r10-7425 still ICEs.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())
       [not found] <bug-84733-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-03-27 19:39 ` jakub at gcc dot gnu.org
@ 2020-03-27 20:12 ` cvs-commit at gcc dot gnu.org
  2020-03-27 20:14 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-27 20:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #21 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Nathan Sidwell <nathan@gcc.gnu.org>:

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

commit r10-7427-gc7fc15f54b321b2522ae26abebb86957de5c6fae
Author: Nathan Sidwell <nathan@acm.org>
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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())
       [not found] <bug-84733-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-03-27 20:12 ` cvs-commit at gcc dot gnu.org
@ 2020-03-27 20:14 ` cvs-commit at gcc dot gnu.org
  2020-03-27 20:16 ` nathan at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-27 20:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #22 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Nathan Sidwell
<nathan@gcc.gnu.org>:

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

commit r9-8419-g070a0b6392d682f11ca79d22ae00bc822332cdcf
Author: Nathan Sidwell <nathan@acm.org>
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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow())
       [not found] <bug-84733-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2020-03-27 20:14 ` cvs-commit at gcc dot gnu.org
@ 2020-03-27 20:16 ` nathan at gcc dot gnu.org
  2020-03-27 20:29 ` [Bug c++/84733] [8 " cvs-commit at gcc dot gnu.org
  2020-03-27 22:08 ` egallager at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: nathan at gcc dot gnu.org @ 2020-03-27 20:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #23 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
Fixed trunk and gcc-9

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/84733] [8 Regression] internal compiler error: Segmentation fault (check_local_shadow())
       [not found] <bug-84733-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2020-03-27 20:16 ` nathan at gcc dot gnu.org
@ 2020-03-27 20:29 ` cvs-commit at gcc dot gnu.org
  2020-03-27 22:08 ` egallager at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-27 20:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

--- Comment #24 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Nathan Sidwell
<nathan@gcc.gnu.org>:

https://gcc.gnu.org/g:4c36b54de7ddbcb580f4b99936af4a0195db9d2f

commit r8-10145-g4c36b54de7ddbcb580f4b99936af4a0195db9d2f
Author: Nathan Sidwell <nathan@acm.org>
Date:   Fri Mar 27 13:24:27 2020 -0700

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

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c++/84733] [8 Regression] internal compiler error: Segmentation fault (check_local_shadow())
       [not found] <bug-84733-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2020-03-27 20:29 ` [Bug c++/84733] [8 " cvs-commit at gcc dot gnu.org
@ 2020-03-27 22:08 ` egallager at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: egallager at gcc dot gnu.org @ 2020-03-27 22:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84733

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #25 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Nathan Sidwell from comment #23)
> Fixed trunk and gcc-9

And 8 now too:

(In reply to CVS Commits from comment #24)
> The releases/gcc-8 branch has been updated by Nathan Sidwell
> <nathan@gcc.gnu.org>:
> 
> https://gcc.gnu.org/g:4c36b54de7ddbcb580f4b99936af4a0195db9d2f
> 
> commit r8-10145-g4c36b54de7ddbcb580f4b99936af4a0195db9d2f
> Author: Nathan Sidwell <nathan@acm.org>
> Date:   Fri Mar 27 13:24:27 2020 -0700
> 
>     c++: Fix ICE on popping local scope [pr84733]
>     
>             PR c++/84733
>             * name-lookup.c (do_pushdecl): Look through cleanp levels.

So, FIXED.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-03-27 22:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-84733-4@http.gcc.gnu.org/bugzilla/>
2020-03-27 19:25 ` [Bug c++/84733] [8/9/10 Regression] internal compiler error: Segmentation fault (check_local_shadow()) nathan at gcc dot gnu.org
2020-03-27 19:35 ` jakub at gcc dot gnu.org
2020-03-27 19:39 ` jakub at gcc dot gnu.org
2020-03-27 20:12 ` cvs-commit at gcc dot gnu.org
2020-03-27 20:14 ` cvs-commit at gcc dot gnu.org
2020-03-27 20:16 ` nathan at gcc dot gnu.org
2020-03-27 20:29 ` [Bug c++/84733] [8 " cvs-commit at gcc dot gnu.org
2020-03-27 22:08 ` egallager at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).