public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/90674] [8/9/10/11 Regression] ICE in gen_subprogram_die
       [not found] <bug-90674-4@http.gcc.gnu.org/bugzilla/>
@ 2021-04-14  0:22 ` jason at gcc dot gnu.org
  2021-04-14  1:19 ` cvs-commit at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu.org @ 2021-04-14  0:22 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org
             Status|NEW                         |ASSIGNED
                 CC|                            |jason at gcc dot gnu.org

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

* [Bug debug/90674] [8/9/10/11 Regression] ICE in gen_subprogram_die
       [not found] <bug-90674-4@http.gcc.gnu.org/bugzilla/>
  2021-04-14  0:22 ` [Bug debug/90674] [8/9/10/11 Regression] ICE in gen_subprogram_die jason at gcc dot gnu.org
@ 2021-04-14  1:19 ` cvs-commit at gcc dot gnu.org
  2021-04-14  1:20 ` [Bug debug/90674] [8/9/10 " jason at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-04-14  1:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jason Merrill <jason@gcc.gnu.org>:

https://gcc.gnu.org/g:0589be0c59767cf4cbb0ef0e7d918cf6aa3d606c

commit r11-8165-g0589be0c59767cf4cbb0ef0e7d918cf6aa3d606c
Author: Jason Merrill <jason@redhat.com>
Date:   Tue Apr 13 20:32:13 2021 -0400

    c++: DWARF ICE with defaulted specialization [PR90674]

    Here when we merged the specialization with the implicit instantiation
    declaration, we wrongly kept the value of DECL_INITIALIZED_IN_CLASS_P from
    the latter.

    gcc/cp/ChangeLog:

            PR c++/90674
            * decl.c (duplicate_decls): Don't propagate
            DECL_INITIALIZED_IN_CLASS_P to a specialization.

    gcc/testsuite/ChangeLog:

            PR c++/90674
            * g++.dg/debug/defaulted1.C: New test.

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

* [Bug debug/90674] [8/9/10 Regression] ICE in gen_subprogram_die
       [not found] <bug-90674-4@http.gcc.gnu.org/bugzilla/>
  2021-04-14  0:22 ` [Bug debug/90674] [8/9/10/11 Regression] ICE in gen_subprogram_die jason at gcc dot gnu.org
  2021-04-14  1:19 ` cvs-commit at gcc dot gnu.org
@ 2021-04-14  1:20 ` jason at gcc dot gnu.org
  2021-05-14  9:51 ` [Bug debug/90674] [9/10 " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu.org @ 2021-04-14  1:20 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |11.0
            Summary|[8/9/10/11 Regression] ICE  |[8/9/10 Regression] ICE in
                   |in gen_subprogram_die       |gen_subprogram_die

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed for 11 so far.

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

* [Bug debug/90674] [9/10 Regression] ICE in gen_subprogram_die
       [not found] <bug-90674-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-04-14  1:20 ` [Bug debug/90674] [8/9/10 " jason at gcc dot gnu.org
@ 2021-05-14  9:51 ` jakub at gcc dot gnu.org
  2021-06-01  8:14 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|8.5                         |9.4

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 8 branch is being closed.

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

* [Bug debug/90674] [9/10 Regression] ICE in gen_subprogram_die
       [not found] <bug-90674-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-05-14  9:51 ` [Bug debug/90674] [9/10 " jakub at gcc dot gnu.org
@ 2021-06-01  8:14 ` rguenth at gcc dot gnu.org
  2022-05-27  9:40 ` [Bug debug/90674] [10 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:14 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug debug/90674] [10 Regression] ICE in gen_subprogram_die
       [not found] <bug-90674-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-06-01  8:14 ` rguenth at gcc dot gnu.org
@ 2022-05-27  9:40 ` rguenth at gcc dot gnu.org
  2022-06-28 10:37 ` jakub at gcc dot gnu.org
  2023-07-07  8:23 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:40 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |10.4

--- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9 branch is being closed

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

* [Bug debug/90674] [10 Regression] ICE in gen_subprogram_die
       [not found] <bug-90674-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-05-27  9:40 ` [Bug debug/90674] [10 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:37 ` jakub at gcc dot gnu.org
  2023-07-07  8:23 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:37 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug debug/90674] [10 Regression] ICE in gen_subprogram_die
       [not found] <bug-90674-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2022-06-28 10:37 ` jakub at gcc dot gnu.org
@ 2023-07-07  8:23 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07  8:23 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|10.5                        |11.0

--- Comment #11 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed for GCC 11.

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

end of thread, other threads:[~2023-07-07  8:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-90674-4@http.gcc.gnu.org/bugzilla/>
2021-04-14  0:22 ` [Bug debug/90674] [8/9/10/11 Regression] ICE in gen_subprogram_die jason at gcc dot gnu.org
2021-04-14  1:19 ` cvs-commit at gcc dot gnu.org
2021-04-14  1:20 ` [Bug debug/90674] [8/9/10 " jason at gcc dot gnu.org
2021-05-14  9:51 ` [Bug debug/90674] [9/10 " jakub at gcc dot gnu.org
2021-06-01  8:14 ` rguenth at gcc dot gnu.org
2022-05-27  9:40 ` [Bug debug/90674] [10 " rguenth at gcc dot gnu.org
2022-06-28 10:37 ` jakub at gcc dot gnu.org
2023-07-07  8:23 ` rguenth 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).