[Bug c++/69327] [6 Regression] constexpr leaves reference member var uninitialized
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 22 14:09:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69327
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |jakub at gcc dot gnu.org,
| |jason at gcc dot gnu.org
Target Milestone|--- |6.0
Ever confirmed|0 |1
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r230365. In the testcase for testsuite you want f3(n).n == 1
instead, otherwise it will fail with non-zero return code even if not
miscompiled.
More information about the Gcc-bugs
mailing list