public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11574] New: Internal compiler error with -fkeep-inline-functions
@ 2003-07-18 12:51 kai dot unger at web dot de
  2003-07-18 12:54 ` [Bug c++/11574] " kai dot unger at web dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kai dot unger at web dot de @ 2003-07-18 12:51 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Internal compiler error with -fkeep-inline-functions
           Product: gcc
           Version: 3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kai dot unger at web dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

g++ produces an internal compiler error if invoked with 
-fkeep-inline-functions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/11574] Internal compiler error with -fkeep-inline-functions
  2003-07-18 12:51 [Bug c++/11574] New: Internal compiler error with -fkeep-inline-functions kai dot unger at web dot de
@ 2003-07-18 12:54 ` kai dot unger at web dot de
  2003-07-18 12:56 ` kai dot unger at web dot de
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kai dot unger at web dot de @ 2003-07-18 12:54 UTC (permalink / raw)
  To: gcc-bugs

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:54 -------
Created an attachment (id=4432)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4432&action=view)
Preprocessor output


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/11574] Internal compiler error with -fkeep-inline-functions
  2003-07-18 12:51 [Bug c++/11574] New: Internal compiler error with -fkeep-inline-functions kai dot unger at web dot de
  2003-07-18 12:54 ` [Bug c++/11574] " kai dot unger at web dot de
@ 2003-07-18 12:56 ` kai dot unger at web dot de
  2003-07-18 13:00 ` pinskia at physics dot uc dot edu
  2004-05-12 22:54 ` giovannibajo at libero dot it
  3 siblings, 0 replies; 5+ messages in thread
From: kai dot unger at web dot de @ 2003-07-18 12:56 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/11574] Internal compiler error with -fkeep-inline-functions
  2003-07-18 12:51 [Bug c++/11574] New: Internal compiler error with -fkeep-inline-functions kai dot unger at web dot de
  2003-07-18 12:54 ` [Bug c++/11574] " kai dot unger at web dot de
  2003-07-18 12:56 ` kai dot unger at web dot de
@ 2003-07-18 13:00 ` pinskia at physics dot uc dot edu
  2004-05-12 22:54 ` giovannibajo at libero dot it
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-18 13:00 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-18 13:00 -------
I can reproduce this with 3.2.3 but in 3.3.1 (20030707), it is already fixed.
This is most likely also fixed in 3.3. Since there is not going to be another release of 3.2.x, I am 
closing this as fixed.  Note: 3.3.1 will be release within the next two weeks.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/11574] Internal compiler error with -fkeep-inline-functions
  2003-07-18 12:51 [Bug c++/11574] New: Internal compiler error with -fkeep-inline-functions kai dot unger at web dot de
                   ` (2 preceding siblings ...)
  2003-07-18 13:00 ` pinskia at physics dot uc dot edu
@ 2004-05-12 22:54 ` giovannibajo at libero dot it
  3 siblings, 0 replies; 5+ messages in thread
From: giovannibajo at libero dot it @ 2004-05-12 22:54 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.3


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-05-12 10:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-18 12:51 [Bug c++/11574] New: Internal compiler error with -fkeep-inline-functions kai dot unger at web dot de
2003-07-18 12:54 ` [Bug c++/11574] " kai dot unger at web dot de
2003-07-18 12:56 ` kai dot unger at web dot de
2003-07-18 13:00 ` pinskia at physics dot uc dot edu
2004-05-12 22:54 ` giovannibajo at libero dot it

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).