[Bug c++/53658] New: internal compiler error -- segmentation fault
Philipp.B@moechte-mit-dir-aufwachen.de
gcc-bugzilla@gcc.gnu.org
Wed Jun 13 15:30:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53658
Bug #: 53658
Summary: internal compiler error -- segmentation fault
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: Philipp.B@moechte-mit-dir-aufwachen.de
Created attachment 27616
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27616
Preprocessed source
Hello,
I'm using g++ 4.7:
Using built-in specs.
COLLECT_GCC=g++-4.7
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.7/lto-wrapper
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.0-8'
--with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs
--enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.7 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object
--enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586
--with-tune=generic --enable-checking=release --build=i486-linux-gnu
--host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.7.0 (Debian 4.7.0-8)
I encounter an ICE when running:
/tmp$ gunzip ccDalx3O.i.gz
/tmp$ LANG=C g++-4.7 -std=c++11 -Wall -c ccDalx3O.i
In file included from ../src/structured_grid.hpp:47:0,
from test_neumann.cpp:34:
../src/boundary.hpp:775:34: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccurVmfw.out file, please attach this to
your bugreport.
Kind regards,
Philipp
More information about the Gcc-bugs
mailing list