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]

Internal compiler bug


I got this internal bug while trying to build ddd on an AlphaServer
1000A/500. The compile succeeds if I remove the -O2 flag.

c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -v --save-temps -g -W -Wall -trigraphs  -c
-I.
 -I. -I./.. -isystem /usr/include/X11  -o HelpCB.o HelpCB.C
Reading specs from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0f/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0f/2.95.2/cpp -lang-c++ -v -I.
-I. -I
./.. -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(xp
g4) -D__EXCEPTIONS -D__OPTIMIZE__ -trigraphs -g -W -Wall
-D__LANGUAGE_C_PLUS_PLU
S__ -D__LANGUAGE_C_PLUS_PLUS -D__cplusplus -Acpu(alpha) -Amachine(alpha)
-D__alp
ha -D__alpha__ -D__alpha_ev5__ -Acpu(ev5) -D__alpha_bwx__ -Acpu(bwx)
-DHAVE_CONF
IG_H -DNDEBUG -isystem /usr/include/X11 HelpCB.C HelpCB.ii
GNU CPP version 2.95.2 19991024 (release)
#include "..." search starts here:
#include <...> search starts here:
 .
 ..
 /usr/include/X11
 
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0f/2.95.2/../../../../include/g++-
3
 /usr/local/include
 
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0f/2.95.2/../../../../alphaev56-de
c-o
sf4.0f/include
 /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0f/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0f/2.95.2/cc1plus HelpCB.ii
-quiet -d
umpbase HelpCB.cc -g -O2 -W -Wall -version -o HelpCB.s
GNU C++ version 2.95.2 19991024 (release) (alphaev56-dec-osf4.0f) compiled
by GN
U C version 2.95.2 19991024 (release).
HelpCB.C: In function `void PopupTip(void *, XtIntervalId *)':
HelpCB.C:2155: Internal compiler error in `scan_region', at except.c:2566
Please submit a full bug report.

-----------------
Douglas Masterson
Boeing Service Company
douglas.h.masterson@boeing.com
703-465-3291

HelpCB.ii.gz


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