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]

c++/10023: g++ Internal Compiler Error at -O2-4


>Number:         10023
>Category:       c++
>Synopsis:       g++ Internal Compiler Error at -O2-4
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 11 07:36:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     jens dot troeger at light-speed dot de
>Release:        g++ 2.95
>Organization:
>Environment:
YellowDog Linux 2.3 on PPC (PowerBook)
>Description:
hey... what can i say? here it comes:

savage at tigger:~/savage/uqbt> g++ -v -save-temps -O2 -g3 -o hello-trace hello-trace.cc
Reading specs from /usr/lib/gcc-lib/ppc-yellowdog-linux/2.95.4/specs
gcc version 2.95.4 20010319 (prerelease/franzo/20011204)
 /usr/lib/gcc-lib/ppc-yellowdog-linux/2.95.4/cpp0 -lang-c++ -v -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -DPPC -D__ELF__ -Dpowerpc -D__PPC__ -D__ELF__ -D__powerpc__ -D__PPC -D__powerpc -Acpu(powerpc) -Amachine(powerpc) -D__EXCEPTIONS -D__CHAR_UNSIGNED__ -D__OPTIMIZE__ -g3 -D_CALL_SYSV -D_BIG_ENDIAN -D__BIG_ENDIAN__ -Amachine(bigendian) -D_ARCH_PPC -D__unix__ -D__linux__ -Dunix -D__unix -Dlinux -D__linux -Asystem(unix) -Asystem(posix) hello-trace.cc hello-trace.ii
GNU CPP version 2.95.4 20010319 (prerelease/franzo/20011204) (PowerPC GNU/Linux)
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc-lib/ppc-yellowdog-linux/2.95.4/../../../../include/g++-3
 /usr/local/include
 /usr/lib/gcc-lib/ppc-yellowdog-linux/2.95.4/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/lib/gcc-lib/ppc-yellowdog-linux/2.95.4/../../../../ppc-yellowdog-linux/include
End of omitted list.
 /usr/lib/gcc-lib/ppc-yellowdog-linux/2.95.4/cc1plus hello-trace.ii -quiet -dumpbase hello-trace.cc -g3 -O2 -version -o hello-trace.s
GNU C++ version 2.95.4 20010319 (prerelease/franzo/20011204) (ppc-yellowdog-linux) compiled by GNU C version 2.95.4 20010319 (prerelease/franzo/20011204).
hello-trace.cc: In function `void execute(int)':
hello-trace.cc:1637: Internal compiler error:
hello-trace.cc:1637: Internal compiler error in `mark_jump_label', at jump.c:3725
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>How-To-Repeat:
i can send you the source files?
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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