[Bug c++/79592] incomplete diagnostic "is not usable as a constexpr function because:"

2020-01-06 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79592 --- Comment #8 from Nathan Sidwell --- Author: nathan Date: Mon Jan 6 15:22:54 2020 New Revision: 279903 URL: https://gcc.gnu.org/viewcvs?rev=279903=gcc=rev Log: PR c++/79592 * g++.dg/ubsan/vptr-4.C: Add expected error. Modified:

[Bug c++/79592] incomplete diagnostic "is not usable as a constexpr function because:"

2020-01-06 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79592 --- Comment #7 from Nathan Sidwell --- Author: nathan Date: Mon Jan 6 15:22:02 2020 New Revision: 279902 URL: https://gcc.gnu.org/viewcvs?rev=279902=gcc=rev Log: PR c++/79592 adjust testcase

[Bug c++/79592] incomplete diagnostic "is not usable as a constexpr function because:"

2019-12-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79592 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/79592] incomplete diagnostic "is not usable as a constexpr function because:"

2019-12-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79592 --- Comment #5 from Jason Merrill --- Author: jason Date: Tue Dec 17 21:46:40 2019 New Revision: 279473 URL: https://gcc.gnu.org/viewcvs?rev=279473=gcc=rev Log: PR c++/79592 - missing explanation of invalid constexpr. We changed months back to

[Bug c++/79592] incomplete diagnostic "is not usable as a constexpr function because:"

2019-12-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79592 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/79592] incomplete diagnostic "is not usable as a constexpr function because:"

2019-11-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79592 --- Comment #4 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #0) > If the expression is (void*)1 rather than (void*)1LL then it is incorrectly > accepted. And that was the same problem, fixed by r257161.

[Bug c++/79592] incomplete diagnostic "is not usable as a constexpr function because:"

2019-11-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79592 Jonathan Wakely changed: What|Removed |Added Keywords|accepts-invalid | Last reconfirmed|2017-08-21

[Bug c++/79592] incomplete diagnostic "is not usable as a constexpr function because:"

2018-09-23 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79592 Eric Gallager changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org,

[Bug c++/79592] incomplete diagnostic "is not usable as a constexpr function because:"

2017-08-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79592 Eric Gallager changed: What|Removed |Added Keywords||accepts-invalid