public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/92068] [8/9/10 Regression] ICE on invalid in process_partial_specialization
       [not found] <bug-92068-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-14  0:40 ` jason at gcc dot gnu.org
  2020-03-14 21:13 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2020-03-14  0:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug c++/92068] [8/9/10 Regression] ICE on invalid in process_partial_specialization
       [not found] <bug-92068-4@http.gcc.gnu.org/bugzilla/>
  2020-03-14  0:40 ` [Bug c++/92068] [8/9/10 Regression] ICE on invalid in process_partial_specialization jason at gcc dot gnu.org
@ 2020-03-14 21:13 ` cvs-commit at gcc dot gnu.org
  2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-14 21:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 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:3a285529ee338ef2867ae7add26b6493f004bf0d

commit r10-7176-g3a285529ee338ef2867ae7add26b6493f004bf0d
Author: Jason Merrill <jason@redhat.com>
Date:   Sat Mar 14 17:10:39 2020 -0400

    c++: Fix ICE-after-error on partial spec [92068]

    Here the template arguments for the partial specialization are valid
    arguments for the template, but not for a partial specialization, because
    'd' can never be deduced to anything other than an empty pack.

    gcc/cp/ChangeLog
    2020-03-14  Jason Merrill  <jason@redhat.com>

            PR c++/92068
            * pt.c (process_partial_specialization): Error rather than crash on
            extra pack expansion.

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

* [Bug c++/92068] [8/9/10 Regression] ICE on invalid in process_partial_specialization
       [not found] <bug-92068-4@http.gcc.gnu.org/bugzilla/>
  2020-03-14  0:40 ` [Bug c++/92068] [8/9/10 Regression] ICE on invalid in process_partial_specialization jason at gcc dot gnu.org
  2020-03-14 21:13 ` cvs-commit at gcc dot gnu.org
@ 2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
  2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
  2020-03-15 22:10 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-15 22:09 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:2fa5f9e380b794053a0dd8a8cc63f8bfab370d22

commit r9-8378-g2fa5f9e380b794053a0dd8a8cc63f8bfab370d22
Author: Jason Merrill <jason@redhat.com>
Date:   Sat Mar 14 17:10:39 2020 -0400

    c++: Fix ICE-after-error on partial spec [92068]

    Here the template arguments for the partial specialization are valid
    arguments for the template, but not for a partial specialization, because
    'd' can never be deduced to anything other than an empty pack.

    gcc/cp/ChangeLog
    2020-03-14  Jason Merrill  <jason@redhat.com>

            PR c++/92068
            * pt.c (process_partial_specialization): Error rather than crash on
            extra pack expansion.

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

* [Bug c++/92068] [8/9/10 Regression] ICE on invalid in process_partial_specialization
       [not found] <bug-92068-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
@ 2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
  2020-03-15 22:10 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-03-15 22:09 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

commit r8-10127-gfed9ac72ee6c1b36d20a9550803835daaac174db
Author: Jason Merrill <jason@redhat.com>
Date:   Sat Mar 14 17:10:39 2020 -0400

    c++: Fix ICE-after-error on partial spec [92068]

    Here the template arguments for the partial specialization are valid
    arguments for the template, but not for a partial specialization, because
    'd' can never be deduced to anything other than an empty pack.

    gcc/cp/ChangeLog
    2020-03-14  Jason Merrill  <jason@redhat.com>

            PR c++/92068
            * pt.c (process_partial_specialization): Error rather than crash on
            extra pack expansion.

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

* [Bug c++/92068] [8/9/10 Regression] ICE on invalid in process_partial_specialization
       [not found] <bug-92068-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
@ 2020-03-15 22:10 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2020-03-15 22:10 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed for 8.5/9.4/10.

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-92068-4@http.gcc.gnu.org/bugzilla/>
2020-03-14  0:40 ` [Bug c++/92068] [8/9/10 Regression] ICE on invalid in process_partial_specialization jason at gcc dot gnu.org
2020-03-14 21:13 ` cvs-commit at gcc dot gnu.org
2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
2020-03-15 22:09 ` cvs-commit at gcc dot gnu.org
2020-03-15 22:10 ` jason 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).