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]

g++ internal error


Hi,

trying to compile DDD (form http://mumm.ibr.cs.tu-bs.de/softech/ddd/), the
make command stopped at the command

 c++  -v --save-temps -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall
 -felide-constructors -fconserve-space -trigraphs -c -I. -I. -I./..
 -I/usr/include/X11  -o HelpCB.o HelpCB.C

with the following output:

Reading specs from
/home/h3/lutz/gcc/lib/gcc-lib/alphaev6-dec-osf4.0e/2.95.1/specs
gcc version 2.95.1 19990816 (release)
 /home/h3/lutz/gcc/lib/gcc-lib/alphaev6-dec-osf4.0e/2.95.1/cpp -lang-c++
-v -I. -I. -I./.. -I/usr/include/X11 -D__GNUC__=2 -D__GNUG__=2
-D__GNUC_MINOR__=95 -D__cplusplus -Dunix -D__osf__ -D_LONGLONG
-DSYSTYPE_BSD -D_SYSTYPE_BSD -D__unix__ -D__osf__ -D_LONGLONG
-D__SYSTYPE_BSD__ -D_SYSTYPE_BSD -D__unix -D__SYSTYPE_BSD -Asystem(unix)
-Asystem(xpg4) -D__EXCEPTIONS -D__OPTIMIZE__ -trigraphs -g -W -Wall
-D__LANGUAGE_C_PLUS_PLUS__ -D__LANGUAGE_C_PLUS_PLUS -D__cplusplus
-Acpu(alpha) -Amachine(alpha) -D__alpha -D__alpha__ -D__alpha_ev6__
-Acpu(ev6) -D__alpha_bwx__ -Acpu(bwx) -D__alpha_max__ -Acpu(max)
-D__alpha_fix__ -Acpu(fix) -DHAVE_CONFIG_H -DNDEBUG HelpCB.C HelpCB.ii
GNU CPP version 2.95.1 19990816 (release)
#include "..." search starts here:
#include <...> search starts here:
 .
 ..
 /usr/include/X11
 /home/h3/lutz/gcc/localheader

/home/h3/lutz/gcc/lib/gcc-lib/alphaev6-dec-osf4.0e/2.95.1/../../../../alphaev6-dec-osf4.0e/include
 /home/h3/lutz/gcc/lib/gcc-lib/alphaev6-dec-osf4.0e/2.95.1/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /home/h3/lutz/gcc/localinclude/include
End of omitted list.
 /home/h3/lutz/gcc/lib/gcc-lib/alphaev6-dec-osf4.0e/2.95.1/cc1plus
HelpCB.ii -quiet -dumpbase HelpCB.cc -g -O2 -W -Wall -version
-felide-constructors -fconserve-space -o HelpCB.s
GNU C++ version 2.95.1 19990816 (release) (alphaev6-dec-osf4.0e) compiled
by GNU C version 2.95.1 19990816 (release).
HelpCB.C: In function `void PopupTip(void *, XtIntervalId *)':
HelpCB.C:2148: Internal compiler error in `scan_region', at except.c:2566
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.


I attached the resulting HelpCB.ii to this mail.

Lutz

HelpCB.ii.gz


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