http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52119
--- Comment #8 from Richard Smith
2012-02-13 22:17:27 UTC ---
Signed left shift which overflows the corresponding unsigned type is still
undefined, so g++ should reject this:
constexpr int n = 2 << 31;
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52119
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52119
Paolo Carlini changed:
What|Removed |Added
Keywords||accepts-invalid
Component|libstd