http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52672
nightstrike <nightstrike at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nightstrike at gmail dot | |com --- Comment #8 from nightstrike <nightstrike at gmail dot com> 2012-06-15 14:04:06 UTC --- This fails on x86_64-w64-mingw32 with the following excess errors: /opt/x/gcc/gcc/testsuite/g++.dg/cpp0x/constexpr-52672.C:7:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /opt/x/gcc/gcc/testsuite/g++.dg/cpp0x/constexpr-52672.C:8:64: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /opt/x/gcc/gcc/testsuite/g++.dg/cpp0x/constexpr-52672.C:8:65: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]