public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/90748] [9/10 Regression] ICE in tsubst_copy, at cp/pt.c:15564
       [not found] <bug-90748-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:59 ` jakub at gcc dot gnu.org
  2020-04-28 22:01 ` jason at gcc dot gnu.org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 9.3.0 has been released, adjusting target milestone.

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

* [Bug c++/90748] [9/10 Regression] ICE in tsubst_copy, at cp/pt.c:15564
       [not found] <bug-90748-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:59 ` [Bug c++/90748] [9/10 Regression] ICE in tsubst_copy, at cp/pt.c:15564 jakub at gcc dot gnu.org
@ 2020-04-28 22:01 ` jason at gcc dot gnu.org
  2020-04-30  2:36 ` jason at gcc dot gnu.org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu.org @ 2020-04-28 22:01 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug c++/90748] [9/10 Regression] ICE in tsubst_copy, at cp/pt.c:15564
       [not found] <bug-90748-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:59 ` [Bug c++/90748] [9/10 Regression] ICE in tsubst_copy, at cp/pt.c:15564 jakub at gcc dot gnu.org
  2020-04-28 22:01 ` jason at gcc dot gnu.org
@ 2020-04-30  2:36 ` jason at gcc dot gnu.org
  2020-04-30  2:36 ` jason at gcc dot gnu.org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu.org @ 2020-04-30  2:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Created attachment 48412
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48412&action=edit
fix

fix, waiting for gcc 11

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

* [Bug c++/90748] [9/10 Regression] ICE in tsubst_copy, at cp/pt.c:15564
       [not found] <bug-90748-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-04-30  2:36 ` jason at gcc dot gnu.org
@ 2020-04-30  2:36 ` jason at gcc dot gnu.org
  2020-05-11 19:42 ` [Bug c++/90748] [9/10/11 " cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu.org @ 2020-04-30  2:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Created attachment 48413
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48413&action=edit
diagnostic patch

diagnostic improvement, waiting for gcc 11.

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

* [Bug c++/90748] [9/10/11 Regression] ICE in tsubst_copy, at cp/pt.c:15564
       [not found] <bug-90748-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-04-30  2:36 ` jason at gcc dot gnu.org
@ 2020-05-11 19:42 ` cvs-commit at gcc dot gnu.org
  2020-05-11 19:42 ` [Bug c++/90748] [9/10 " jason at gcc dot gnu.org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-11 19:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 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:f981395c220c9afd73be138294946e085e64af78

commit r11-289-gf981395c220c9afd73be138294946e085e64af78
Author: Jason Merrill <jason@redhat.com>
Date:   Mon May 11 15:39:44 2020 -0400

    c++: Use of 'this' in parameter declaration [PR90748]

    We were incorrectly accepting the use of 'this' at parse time and then
    crashing when we tried to instantiate it.  It is invalid because 'this' is
    not in scope until after the function-cv-quals.  So let's hoist setting
    current_class_ptr up from cp_parser_late_return_type_opt into
    cp_parser_direct_declarator where it can work for noexcept as well.

    gcc/cp/ChangeLog
    2020-05-11  Jason Merrill  <jason@redhat.com>

            PR c++/90748
            * parser.c (inject_parm_decls): Set current_class_ptr here.
            (cp_parser_direct_declarator): And here.
            (cp_parser_late_return_type_opt): Not here.
            (cp_parser_noexcept_specification_opt): Nor here.
            (cp_parser_exception_specification_opt)
            (cp_parser_late_noexcept_specifier): Remove unneeded parameters.

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

* [Bug c++/90748] [9/10 Regression] ICE in tsubst_copy, at cp/pt.c:15564
       [not found] <bug-90748-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2020-05-11 19:42 ` [Bug c++/90748] [9/10/11 " cvs-commit at gcc dot gnu.org
@ 2020-05-11 19:42 ` jason at gcc dot gnu.org
  2021-06-01  8:14 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: jason at gcc dot gnu.org @ 2020-05-11 19:42 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[9/10/11 Regression] ICE in |[9/10 Regression] ICE in
                   |tsubst_copy, at             |tsubst_copy, at
                   |cp/pt.c:15564               |cp/pt.c:15564

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

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

* [Bug c++/90748] [9/10 Regression] ICE in tsubst_copy, at cp/pt.c:15564
       [not found] <bug-90748-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2020-05-11 19:42 ` [Bug c++/90748] [9/10 " jason at gcc dot gnu.org
@ 2021-06-01  8:14 ` rguenth at gcc dot gnu.org
  2022-05-27  9:41 ` [Bug c++/90748] [10 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 10+ 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=90748

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] 10+ messages in thread

* [Bug c++/90748] [10 Regression] ICE in tsubst_copy, at cp/pt.c:15564
       [not found] <bug-90748-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2021-06-01  8:14 ` rguenth at gcc dot gnu.org
@ 2022-05-27  9:41 ` rguenth at gcc dot gnu.org
  2022-06-28 10:37 ` jakub at gcc dot gnu.org
  2023-07-07  8:25 ` rguenth at gcc dot gnu.org
  9 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:41 UTC (permalink / raw)
  To: gcc-bugs

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

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] 10+ messages in thread

* [Bug c++/90748] [10 Regression] ICE in tsubst_copy, at cp/pt.c:15564
       [not found] <bug-90748-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2022-05-27  9:41 ` [Bug c++/90748] [10 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:37 ` jakub at gcc dot gnu.org
  2023-07-07  8:25 ` rguenth at gcc dot gnu.org
  9 siblings, 0 replies; 10+ 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=90748

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] 10+ messages in thread

* [Bug c++/90748] [10 Regression] ICE in tsubst_copy, at cp/pt.c:15564
       [not found] <bug-90748-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2022-06-28 10:37 ` jakub at gcc dot gnu.org
@ 2023-07-07  8:25 ` rguenth at gcc dot gnu.org
  9 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07  8:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |10.5.0
         Resolution|---                         |FIXED
   Target Milestone|10.5                        |11.0
             Status|ASSIGNED                    |RESOLVED
      Known to work|                            |11.1.0

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

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-90748-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:59 ` [Bug c++/90748] [9/10 Regression] ICE in tsubst_copy, at cp/pt.c:15564 jakub at gcc dot gnu.org
2020-04-28 22:01 ` jason at gcc dot gnu.org
2020-04-30  2:36 ` jason at gcc dot gnu.org
2020-04-30  2:36 ` jason at gcc dot gnu.org
2020-05-11 19:42 ` [Bug c++/90748] [9/10/11 " cvs-commit at gcc dot gnu.org
2020-05-11 19:42 ` [Bug c++/90748] [9/10 " jason at gcc dot gnu.org
2021-06-01  8:14 ` rguenth at gcc dot gnu.org
2022-05-27  9:41 ` [Bug c++/90748] [10 " rguenth at gcc dot gnu.org
2022-06-28 10:37 ` jakub at gcc dot gnu.org
2023-07-07  8:25 ` 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).