public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/101051] New: [ICE] in splice_late_return_type, at cp/pt.c:29738
@ 2021-06-13 18:23 ldalessandro at gmail dot com
  2021-06-21 16:32 ` [Bug c++/101051] [10/11/12 Regression] " mpolacek at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: ldalessandro at gmail dot com @ 2021-06-13 18:23 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101051
           Summary: [ICE] in splice_late_return_type, at cp/pt.c:29738
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ldalessandro at gmail dot com
  Target Milestone: ---

Following invalid code triggers ICE in 10, 11, and trunk.

```
template <class T>
class Foo
{
    constexpr operator T() -> T {}
};
```

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

end of thread, other threads:[~2022-04-12 20:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 18:23 [Bug c++/101051] New: [ICE] in splice_late_return_type, at cp/pt.c:29738 ldalessandro at gmail dot com
2021-06-21 16:32 ` [Bug c++/101051] [10/11/12 Regression] " mpolacek at gcc dot gnu.org
2021-06-21 18:40 ` [Bug c++/101051] [10/11/12 Regression] [ICE] in splice_late_return_type, at cp/pt.c:29738 since r10-6571-ga6ee556c7659877b marxin at gcc dot gnu.org
2021-09-27 22:16 ` [Bug c++/101051] [10/11/12 Regression] ICE in splice_late_return_type with trailing return type on a conversion operator, caused by r10-6571 pinskia at gcc dot gnu.org
2021-09-27 22:16 ` pinskia at gcc dot gnu.org
2021-09-27 22:18 ` pinskia at gcc dot gnu.org
2022-01-20 12:56 ` rguenth at gcc dot gnu.org
2022-04-07  1:48 ` jason at gcc dot gnu.org
2022-04-07  3:27 ` cvs-commit at gcc dot gnu.org
2022-04-12 20:14 ` [Bug c++/101051] [10/11 " cvs-commit at gcc dot gnu.org
2022-04-12 20:30 ` 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).