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 error


I got an "Internal compiler error", using gcc 2.95.1, when trying to
build the package "ddd 3.1.6" downloaded from ftp.ips.cs.tu-bs.de ,
directory /pub/local/softech/ddd/src , file ddd-3.1.6.tar.gz .  This
happens on a Digital Unix machine running OSF 4.0d
(alphaev56-dec-osf4.0d).

MLO@axcdf4 1 $ uname -a
OSF1 axcdf4.pd.infn.it V4.0 878 alpha alpha
MLO@axcdf4 2 $ gcc --version
2.95.1

What I did:

- gzip -dc ddd-3.1.6.tar.gz | tar -xof -
- cd ddd-3.1.6
- more README INSTALL PROBLEMS
- ./configure alphaev56-dec-osf4.0d
- make

Error I got (the file was in directory ddd-3.1.6/ddd/):

c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall  -felide-constructors
-fconserve-space -trigraphs -c -I. -I. -I./..  -o HelpCB.o HelpCB.C
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.

Attached is the output (compressed with bzip2 -9) of

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

On the screen this produced:
Reading specs from /opt/gnu/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.1/specs
gcc version 2.95.1 19990816 (release)
 /opt/gnu/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.1/cpp -lang-c++ -v -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(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_ev5__ -Acpu(ev5) -D__alpha_bwx__ -Acpu(bwx) -DHAVE_CONFIG_H -DNDEBUG HelpCB.C HelpCB.ii
GNU CPP version 2.95.1 19990816 (release)
#include "..." search starts here:
#include <...> search starts here:
 .
 ..
 /opt/gnu/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.1/../../../../include/g++-3
 /usr/local/include
 /opt/gnu/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.1/../../../../alphaev56-dec-osf4.0d/include
 /opt/gnu/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.1/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /opt/gnu/lib/gcc-lib/alphaev56-dec-osf4.0d/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) (alphaev56-dec-osf4.0d) 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.

-- 
Maurizio Loreti                      http://wwwcdf.pd.infn.it/~loreti/mlo.html
Un. of Padova, Dept. of Physics - Padova, Italy          loreti@padova.infn.it

HelpCB.ii.bz2


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