[Bug c++/69324] non-constexpr function cannot be called in a constexpr initializer even if the full-expression is a constexpr

2016-01-18 Thread dreifachstein at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69324 Yu Xiaolei changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/69324] New: non-constexpr function cannot be called in a constexpr initializer even if the full-expression is a constexpr

2016-01-16 Thread dreifachstein at gmail dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dreifachstein at gmail dot com Target Milestone: --- I think g++ incorrectly assumes a constexpr cannot be created from a non-constexpr