* the exact version of GCC;
* the system type;
* the options given when GCC was configured/built;
The output of g++ -v is:
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr
--enable-targets=all --enable-checking=release --build=i486-linux-gnu
--host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
* the complete command line that triggers the bug;
The command is simply `make' wich will turn into:
g++ -Wall -O0 -fopenmp qsort_openmp_v2.cpp utils.o -o qsort_openmp_v2
* the compiler output (error messages, warnings, etc.); and
qsort_openmp_v2.cpp: In function int main(int, char**):
qsort_openmp_v2.cpp:0: internal compiler error: in lower_stmt, at
gimple-low.c:282
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see .
make: *** [qsort_openmp_v2] Error 1
* the preprocessed file (*.i*) that triggers the bug, generated by adding
-save-temps to the complete compilation command, or, in the case of a bug
report for the GNAT front end, a complete set of source files (see below).
I will attach them.
--
Summary: internal compiler error: in lower_stmt, at gimple-
low.c:282
Product: gcc
Version: 4.2.3
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: silviug at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36237