From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5960 invoked by alias); 18 Jul 2003 12:56:02 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 5861 invoked by uid 48); 18 Jul 2003 12:56:02 -0000 Date: Fri, 18 Jul 2003 12:56:00 -0000 Message-ID: <20030718125602.5860.qmail@sources.redhat.com> From: "kai dot unger at web dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030718125152.11574.kai.unger@web.de> References: <20030718125152.11574.kai.unger@web.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11574] Internal compiler error with -fkeep-inline-functions X-Bugzilla-Reason: CC X-SW-Source: 2003-07/txt/msg02104.txt.bz2 List-Id: 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 for instructions.