This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11574] Internal compiler error with -fkeep-inline-functions


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11574



------- Additional Comments From kai dot unger at web dot de  2003-07-18 12:56 -------
Command line and compiler output: 
 
/usr/local/gcc-3.2/bin/g++ -v -save-temps -Wall -fkeep-inline-functions -c 
-I/usr/lib/qt3/mkspecs/linux-g++ -I/usr/lib/qt3/include -o 
internal_compiler_error.o internal_compiler_error.cpp 
 
Reading specs from /usr/local/gcc-3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs 
Configured with: ../gcc-3.2/configure --prefix=/usr/local/gcc-3.2 
--enable-threads 
Thread model: posix 
gcc version 3.2 
 /usr/local/gcc-3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/cpp0 -lang-c++ 
-D__GNUG__=3 -D__DEPRECATED -D__EXCEPTIONS -v -I/usr/lib/qt3/mkspecs/linux-g++ 
-I/usr/lib/qt3/include -D__GNUC__=3 -D__GNUC_MINOR__=2 -D__GNUC_PATCHLEVEL__=0 
-D__GXX_ABI_VERSION=102 -D__ELF__ -Dunix -D__gnu_linux__ -Dlinux -D__ELF__ 
-D__unix__ -D__gnu_linux__ -D__linux__ -D__unix -D__linux -Asystem=posix 
-D__NO_INLINE__ -D__STDC_HOSTED__=1 -D_GNU_SOURCE -Acpu=i386 -Amachine=i386 
-Di386 -D__i386 -D__i386__ -D__tune_i686__ -D__tune_pentiumpro__ 
internal_compiler_error.cpp -Wall internal_compiler_error.ii 
GNU CPP version 3.2 (cpplib) (i386 Linux/ELF) 
ignoring nonexistent directory "/usr/local/gcc-3.2/i686-pc-linux-gnu/include" 
#include "..." search starts here: 
#include <...> search starts here: 
 /usr/lib/qt3/mkspecs/linux-g++ 
 /usr/lib/qt3/include 
 /usr/local/gcc-3.2/include/c++/3.2 
 /usr/local/gcc-3.2/include/c++/3.2/i686-pc-linux-gnu 
 /usr/local/gcc-3.2/include/c++/3.2/backward 
 /usr/local/include 
 /usr/local/gcc-3.2/include 
 /usr/local/gcc-3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/include 
 /usr/include 
End of search list. 
 /usr/local/gcc-3.2/lib/gcc-lib/i686-pc-linux-gnu/3.2/cc1plus -fpreprocessed 
internal_compiler_error.ii -quiet -dumpbase internal_compiler_error.cpp -Wall 
-version -fkeep-inline-functions -o internal_compiler_error.s 
GNU CPP version 3.2 (cpplib) (i386 Linux/ELF) 
GNU C++ version 3.2 (i686-pc-linux-gnu) 
        compiled by GNU C version 3.2. 
internal_compiler_error.cpp: In constructor 
   `InternalCompilerError::InternalCompilerError()': 
internal_compiler_error.cpp:7: Internal compiler error in build_new, at 
   cp/init.c:1970 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]