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++ 2.95.2 DEC/OSF1: Internal compiler error in `scan_region', at except.c:2566


I ran this command:

g++ -v --save-temps -g -I../../Links/pubfact -I../../Links/global
-I../../isilib/ctree -I../../external/ctree/ctree/include
-I../../external/ctree/bin.osf1 -I../../liblocal/strutil
-I../../liblocal/cadtutil -I../../Links/iceland  -O2  -o
bin.osf1/TestLinksDB -DSTANDALONE TestLinksDB.cpp
../../Links/pubfact/bin.osf1/pubfact.a
../../liblocal/strutil/bin.osf1/strutil.a
../../Links/pubdatlib/bin.osf1/pubdatlib.a
../../isilib/ctree/bin.osf1/ctree.a
../../external/ctree/bin.osf1/libctreestd.a
../../liblocal/cadtutil/bin.osf1/cadtutil.a  bin.osf1/linksdb.a
../../Links/iceland/bin.osf1/icelib.a

On stderr was this:

Reading specs from
/development/eprodsupt/jhunt/gcc/in/lib/gcc-lib/alpha-dec-osf4.0f/2.95.2/specs
gcc version 2.95.2 19991024 (release)

/development/eprodsupt/jhunt/gcc/in/lib/gcc-lib/alpha-dec-osf4.0f/2.95.2/cpp
-lang-c++ -v -I../../Links/pubfact -I../../Links/global
-I../../isilib/ctree -I../../external/ctree/ctree/include
-I../../external/ctree/bin.osf1 -I../../liblocal/strutil
-I../../liblocal/cadtutil -I../../Links/iceland -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__ -g
-D__LANGUAGE_C__ -D__LANGUAGE_C -DLANGUAGE_C -Acpu(alpha)
-Amachine(alpha) -D__alpha -D__alpha__ -D__alpha_ev4__ -Acpu(ev4)
-DSTANDALONE TestLinksDB.cpp TestLinksDB.ii
GNU CPP version 2.95.2 19991024 (release)
#include "..." search starts here:
#include <...> search starts here:
 ../../Links/pubfact
 ../../Links/global
 ../../isilib/ctree
 ../../external/ctree/ctree/include
 ../../external/ctree/bin.osf1
 ../../liblocal/strutil
 ../../liblocal/cadtutil
 ../../Links/iceland

/development/eprodsupt/jhunt/gcc/in/lib/gcc-lib/alpha-dec-osf4.0f/2.95.2/../../../../include/g++-3
 /usr/local/include

/development/eprodsupt/jhunt/gcc/in/lib/gcc-lib/alpha-dec-osf4.0f/2.95.2/../../../../alpha-dec-osf4.0f/include

/development/eprodsupt/jhunt/gcc/in/lib/gcc-lib/alpha-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.

/development/eprodsupt/jhunt/gcc/in/lib/gcc-lib/alpha-dec-osf4.0f/2.95.2/cc1plus
TestLinksDB.ii -quiet -dumpbase TestLinksDB.cc -g -O2 -version -o
TestLinksDB.s
GNU C++ version 2.95.2 19991024 (release) (alpha-dec-osf4.0f) compiled
by GNU C version 2.95.2 19991024 (release).
TestLinksDB.cpp: In function `void run_tests(int, char **)':
TestLinksDB.cpp:133: 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.



-- 
William F. Dowling
Institute for Scientific Information
215-386-0100 x-1156

TestLinksDB.ii.gz


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