http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60760
Daniel Krügler <daniel.kruegler at googlemail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.kruegler@googlemail. | |com --- Comment #1 from Daniel Krügler <daniel.kruegler at googlemail dot com> --- Agreed. But it should still be possible to add the additive identity (The core language drafted to support this): constexpr int* ptr = nullptr; constexpr int x = 0; constexpr int* ptr2 = ptr + x;