http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49776
Summary: [C++0x]ICE in build_data_member_initialization, at cp/semantics.c:5499 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: sscr...@gmail.com Codes: struct s { int i[1]; template<class... Types> constexpr s(Types... args) : i{args...} {} }; int main() { s test = nullptr; } Compiler messages: $ g++4.7 -std=c++0x -Wall -Wextra -pedantic a.cpp a.cpp: In constructor 'constexpr s::s(Types ...) [with Types = {std::nullptr_t}]': a.cpp:13:11: required from here a.cpp:7:14: error: cannot convert 'std::nullptr_t' to 'int' in initialization a.cpp:8:3: internal compiler error: in build_data_member_initialization, at cp/semantics.c:5499 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Info: $ g++4.7 -v Built by Equation Solution <http://www.Equation.com>. Using built-in specs. COLLECT_GCC=C:\cygwin\home\RiSK\misc\gcc4.7\bin\g++.exe COLLECT_LTO_WRAPPER=c:/cygwin/home/risk/misc/gcc4.7/bin/../libexec/gcc/i686-pc-mingw32/4.7.0/lto-wrapper.exe Target: i686-pc-mingw32 Configured with: ../gcc-4.7-20110716-mingw/configure --host=i686-pc-mingw32 --build=x86_64-unknown-linux-gnu --target =i686-pc-mingw32 --prefix=/home/gfortran/gcc-home/binary/mingw32/native/x86_32/gcc/4.7-20110716 --with-gcc --with-gnu -as --with-gnu-ld --with-host-libstdcxx='-lstdc++ -lsupc++ -lm' --with-ppl=/home/gfortran/gcc-home/binary/mingw32/nat ive/x86_32/ppl --with-cloog=/home/gfortran/gcc-home/binary/mingw32/native/x86_32/cloog --with-gmp=/home/gfortran/gcc- home/binary/mingw32/native/x86_32/gmp --with-mpfr=/home/gfortran/gcc-home/binary/mingw32/native/x86_32/mpfr --with-mp c=/home/gfortran/gcc-home/binary/mingw32/native/x86_32/mpc --with-sysroot=/home/gfortran/gcc-home/binary/mingw32/cros s/x86_32/gcc/4.7-20110716 --disable-shared --disable-nls --disable-tls --disable-win32-registry --enable-libquadmath- support --enable-libquadmath --enable-languages=c,c++,fortran --enable-libgomp --enable-threads=win32 --enable-lto -- enable-static --enable-shared=lto-plugin --enable-plugins --enable-ld=yes --enable-cloog-backend=ppl Thread model: win32 gcc version 4.7.0 20110716 (experimental) (GCC)