This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
build_insn_chain
- To: gcc-bugs at gcc dot gnu dot org
- Subject: build_insn_chain
- From: Jan Krueger <jk at digitalanswers dot de>
- Date: Thu, 18 Jan 2001 18:53:07 +0100
- Organization: digitalanswers communications consulting GmbH
Hi,
as requested by the gcc output I send you the bugreport.
find main.i.gz in the attachement.
This is the snapshot of the compilation:
It's main.c of sendmail, I added some function calls.
----snip----
studserv$ make
gcc -O -I. -I../../include -I/opt/sww/include -DNEWDB -DMAP_REGEX -DSOLARIS=20
700 -DSFIO -DSTARTTLS -DSASL -DEGD -D_FFR_TLS_O_T -v -save-temps -c main.c
-o main.o
Reading specs from /opt/gnu/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs
gcc version 2.95.2 19991024 (release)
/opt/gnu/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/cpp -lang-c -v -I. -I../../inc
lude -I/opt/sww/include -D__GNUC__=2 -D__GNUC_MINOR__=95 -Dsparc -Dsun -Dunix -D
__svr4__ -D__SVR4 -D__sparc__ -D__sun__ -D__unix__ -D__svr4__ -D__SVR4 -D__sparc
-D__sun -D__unix -Asystem(unix) -Asystem(svr4) -D__OPTIMIZE__ -D__GCC_NEW_VARAR
GS__ -Acpu(sparc) -Amachine(sparc) -DNEWDB -DMAP_REGEX -DSOLARIS=20700 -DSFIO -D
STARTTLS -DSASL -DEGD -D_FFR_TLS_O_T main.c main.i
GNU CPP version 2.95.2 19991024 (release) (sparc)
#include "..." search starts here:
#include <...> search starts here:
.
../../include
/opt/sww/include
/usr/local/include
/opt/gnu/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/../../../../sparc-sun-solaris2
.7/include
/opt/gnu/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/include
/usr/include
End of search list.
The following default directories have been omitted from the search path:
/opt/gnu/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/../../../../include/g++-3
End of omitted list.
/opt/gnu/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/cc1 main.i -quiet -dumpbase ma
in.c -O -version -o main.s
GNU C version 2.95.2 19991024 (release) (sparc-sun-solaris2.7) compiled by GNU C
version 2.95.2 19991024 (release).
main.c: In function `main':
main.c:2021: Internal compiler error in `build_insn_chain', at global.c:1756
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make: *** [main.o] Error 1
studserv$
----snap----
Please send mail if you need further information.
Jan
--
jk@digitalanswers.de | digitalanswers communications consulting gmbh
www.digitalanswers.de | Matthaeikirchstr. 33 30519 Hannover Germany
| Fon +49 511 87007680 Fax +49 511 87007681
main.i.gz