[Bug c++/92523] Unhelpful error messages when requires-clause contains function call

2021-12-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92523 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED See Also|

[Bug c++/92523] Unhelpful error messages when requires-clause contains function call

2020-01-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92523 --- Comment #3 from Jonathan Wakely --- Right, the code is invalid. This is just a diagnostic QoI bug, not rejects-valid.

[Bug c++/92523] Unhelpful error messages when requires-clause contains function call

2020-01-30 Thread boostcpp at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92523 --- Comment #2 from Ryou Ezoe --- That is regression. The latest HEAD build of the Clang as of now indeed pass that code. But this is explicitly ill-formed code. parentheses are required. See 13.1, paragraph 9, Note.

[Bug c++/92523] Unhelpful error messages when requires-clause contains function call

2020-01-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92523 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|