https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70247
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Last reconfirmed| |2016-3-15
Resolution|--- |DUPLICATE
--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
I forgot to include the source code of the test case:
const int &i = 0;
constexpr bool b0 = &i == 0;
but it turns out that this is a duplicate of bug 60430.
*** This bug has been marked as a duplicate of bug 60430 ***