Summary: | internal compiler error: in copy_body_r, at tree-inline.c:748 when compiling with -fopenmp | ||
---|---|---|---|
Product: | gcc | Reporter: | stephan <stephan.aiche> |
Component: | c++ | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | 4.3.4 | ||
Target Milestone: | --- | ||
Host: | Target: | x86_64-linux-gnu | |
Build: | Known to work: | ||
Known to fail: | Last reconfirmed: |
Description
stephan
2010-04-28 11:19:17 UTC
The preprocessed file is to big for bugzille but it can be downloaded here http://page.mi.fu-berlin.de/aiche/FeatureFinder.ii Just forgot to add the command line to reproduce the error c++ -DOpenMS_EXPORTS -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_TEST_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_DLL -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_TEST_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -DQT_NO_DEBUG -fopenmp -O3 -DNDEBUG -fPIC -Wall -Wextra -Wno-non-virtual-dtor -Wno-long-long --pedantic -fPIC -o FeatureFinder.C.o -c FeatureFinder.ii Any help would be appreciated since this problem is a blocker for our upcoming release Thanks Stephan I just did some more tests and stumbled on sth interesting .. when compiling the same source on a Debian GNU/Linux 5.0.5 (lenny) I get the same error message "internal compiler error: in copy_body_r, at tree-inline.c:748" but from a different part of the code /home/takifugu/aiche/RAID/open-ms-dev/release1.7/include/OpenMS/TRANSFORMATIONS/FEATUREFINDER/ProductModel.h: In member function 'virtual OpenMS::ProductModel<2u>& OpenMS::ProductModel<2u>::operator=(const OpenMS::ProductModel<2u>&)': /home/takifugu/aiche/RAID/open-ms-dev/release1.7/include/OpenMS/TRANSFORMATIONS/FEATUREFINDER/ProductModel.h:127: internal compiler error: in copy_body_r, at tree-inline.c:748 maybe this helps you guys compiler on Debian Lenny is g++ -v Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --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.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.3.2 (Debian 4.3.2-1.1) 4.3.x is not maintained anymore. Also, no *.ii |