public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99546] New: Weird return value of C++20 requires expression
@ 2021-03-11  8:49 hewillk at gmail dot com
  2021-03-11  8:57 ` [Bug c++/99546] " hewillk at gmail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hewillk at gmail dot com @ 2021-03-11  8:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99546
           Summary: Weird return value of C++20 requires expression
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

gcc-trunk accepts following code:

int main() {
  constexpr auto b = requires { []{}; };
  static_assert(b);
  static_assert(!b);
}

(godbolt: https://godbolt.org/z/4K5vq8)

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

end of thread, other threads:[~2024-02-15 14:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11  8:49 [Bug c++/99546] New: Weird return value of C++20 requires expression hewillk at gmail dot com
2021-03-11  8:57 ` [Bug c++/99546] " hewillk at gmail dot com
2021-03-11 13:35 ` redi at gcc dot gnu.org
2021-03-11 15:30 ` redi at gcc dot gnu.org
2021-03-20  8:35 ` hewillk at gmail dot com
2022-09-20 10:09 ` redi at gcc dot gnu.org
2022-09-20 10:15 ` redi at gcc dot gnu.org
2024-02-15 13:58 ` gieseanw+gcc at gmail dot com
2024-02-15 14:09 ` redi at gcc dot gnu.org
2024-02-15 14:54 ` gieseanw+gcc at gmail dot com

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).