public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/95497] New: [11 Regression] ICE: concepts with a fully known / complete type in requires
@ 2020-06-03 12:53 gcc-bugs at marehr dot dialup.fu-berlin.de
  2020-06-03 13:39 ` [Bug c++/95497] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gcc-bugs at marehr dot dialup.fu-berlin.de @ 2020-06-03 12:53 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95497
           Summary: [11 Regression] ICE: concepts with a fully known /
                    complete type in requires
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gcc-bugs at marehr dot dialup.fu-berlin.de
  Target Milestone: ---

Hello gcc-team,

the following code ICEs starting with gcc-11:

```c++
template <typename T>
struct A{};

template <typename T>
concept c =
    requires(T t, A<int> b) // note that A<int> is independent of T
    {
        { t += b };
    };
```

https://godbolt.org/z/pQI1ee

Thank you!

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

end of thread, other threads:[~2020-07-09 17:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03 12:53 [Bug c++/95497] New: [11 Regression] ICE: concepts with a fully known / complete type in requires gcc-bugs at marehr dot dialup.fu-berlin.de
2020-06-03 13:39 ` [Bug c++/95497] " rguenth at gcc dot gnu.org
2020-06-04 17:02 ` ppalka at gcc dot gnu.org
2020-07-06 20:02 ` ppalka at gcc dot gnu.org
2020-07-08 18:19 ` cvs-commit at gcc dot gnu.org
2020-07-08 18:21 ` ppalka at gcc dot gnu.org
2020-07-08 18:21 ` gcc-bugs at marehr dot dialup.fu-berlin.de
2020-07-09 17:51 ` cvs-commit 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).