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 (on DEC Unix)



This compiler error happens in several of our source files. I built
the compiler on the same elder DEC Unix box which runs it using

        make bootstrap BOOT_CFLAGS=-O2


$ uname -a
OSF1 rtsdec V4.0 564 alpha

$ g++ --version
egcs-2.93.20

$ g++ -v -x c++ price.ii -c -o price.o
Reading specs from
/usr/gnu/lib/gcc-lib/alpha-dec-osf4.0b/egcs-2.93.20/specs
gcc version egcs-2.93.20 19990427 (gcc2 ss-980929 experimental)
 /usr/gnu/lib/gcc-lib/alpha-dec-osf4.0b/egcs-2.93.20/cpp -lang-c++ -v
-D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=93 -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__LANGUAGE_C__
-D__LANGUAGE_C -DLANGUAGE_C -Acpu(alpha) -Amachine(alpha) -D__alpha
-D__alpha__ -D__alpha_ev4__ -Acpu(ev4) price.ii /tmp/ccBkeaaa.ii
GNU CPP version egcs-2.93.20 19990427 (gcc2 ss-980929 experimental)
#include "..." search starts here:
#include <...> search starts here:
 /usr/gnu/lib/gcc-lib/alpha-dec-osf4.0b/egcs-2.93.20/../../../../include/g++-2

 /usr/local/include
 /usr/gnu/lib/gcc-lib/alpha-dec-osf4.0b/egcs-2.93.20/../../../../alpha-dec-osf4.0b/include

 /usr/gnu/lib/gcc-lib/alpha-dec-osf4.0b/egcs-2.93.20/include
 /usr/include
End of search list.
The following default directories have been omitted from the search
path:
End of omitted list.
 /usr/gnu/lib/gcc-lib/alpha-dec-osf4.0b/egcs-2.93.20/cc1plus
/tmp/ccBkeaaa.ii -quiet -dumpbase price.cc -version -o /tmp/cc2uiaaa.s
GNU C++ version egcs-2.93.20 19990427 (gcc2 ss-980929 experimental)
(alpha-dec-osf4.0b) compiled by GNU C version egcs-2.93.20 19990427
(gcc2 ss-980929 experimental).
price.ii: In method `bool Client::price_req_load_underlying_ctr_id()':
price.ii:24478: Internal compiler error in `get_aligned_mem', at
./config/alpha/alpha.c:939
Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.

$


Kind regards
Dirk Zoller

--
Dirk Zoller
Remove '_' from the e-mail adress.


price.ii.bz2


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