https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117106
Marek Polacek <mpolacek at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-10-22 Priority|P3 |P2 Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot gnu.org Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 Summary|ICE when a "deducing this" |[12/13/14/15 Regression] |function with noexcept |ICE when a "deducing this" |specification is used |function with noexcept |before the class is |specification is used |complete |before the class is | |complete CC| |mpolacek at gcc dot gnu.org Target Milestone|--- |12.5 --- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Started with r12-6025 so mine. commit 06041b2c67a5d4d0941c53990f0438a309703ed0 Author: Marek Polacek <pola...@redhat.com> Date: Wed Dec 15 17:41:53 2021 -0500 c++: delayed noexcept in member function template [PR99980]