public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/101182] New: [concepts] ICE with ++ in non-template requires-expression
@ 2021-06-23 21:17 jason at gcc dot gnu.org
  2021-06-23 23:17 ` [Bug c++/101182] " ppalka at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2021-06-23 21:17 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101182
           Summary: [concepts] ICE with ++ in non-template
                    requires-expression
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jason at gcc dot gnu.org
            Blocks: 67491
  Target Milestone: ---

int f() {
  if (auto a_ = f(); requires{a_++;}) {}
  return 0;
}


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
[Bug 67491] [meta-bug] concepts issues

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

end of thread, other threads:[~2021-07-13 14:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23 21:17 [Bug c++/101182] New: [concepts] ICE with ++ in non-template requires-expression jason at gcc dot gnu.org
2021-06-23 23:17 ` [Bug c++/101182] " ppalka at gcc dot gnu.org
2021-06-24 15:30 ` cvs-commit at gcc dot gnu.org
2021-07-07 18:51 ` ppalka at gcc dot gnu.org
2021-07-13 14:03 ` cvs-commit at gcc dot gnu.org
2021-07-13 14:06 ` ppalka 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).