[Bug c++/103443] consteval function rejected as constant expression

2022-03-04 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103443 Patrick Palka changed: What|Removed |Added Target Milestone|--- |12.0 Resolution|---

[Bug c++/103443] consteval function rejected as constant expression

2022-03-04 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103443 --- Comment #3 from Patrick Palka --- (In reply to Jakub Jelinek from comment #1) > Shall constexpr.c handle NON_DEPENDENT_EXPR, or can that wrap expressions > that really can't be constant expression evaluated? r12-7264 made potential_constant

[Bug c++/103443] consteval function rejected as constant expression

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103443 --- Comment #2 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:074d283e249c7295d783a08eb6f0219a7f411c50 commit r12-7488-g074d283e249c7295d783a08eb6f0219a7f411c50 Author: Patrick Palka Date: F

[Bug c++/103443] consteval function rejected as constant expression

2021-11-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103443 Jakub Jelinek changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED