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]

GCC internal error (#2)


Hi again. I've tried to compile Samba-2.0.6 on another one of our Digital
boxes and it to has also bombed out with the following error:

Compiling rpcclient/rpcclient.c
In file included from include/includes.h:291,
                 from rpcclient/rpcclient.c:26:
/usr/include/net/if.h:162: warning: `struct rtentry' declared inside
parameter list
/usr/include/net/if.h:162: warning: its scope is only this definition or
declaration, which is probably not what you want.
/usr/include/net/if.h:162: warning: `struct mbuf' declared inside
parameter list
In file included from include/includes.h:291,
                 from rpcclient/rpcclient.c:26:
/usr/include/net/if.h:441: warning: `struct rtentry' declared inside
parameter list
rpcclient/rpcclient.c: In function `main':
rpcclient/rpcclient.c:770: 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: *** [rpcclient/rpcclient.o] Error 1


The /usr/include/net/if.h warnings occured for all source files being
compiled, but it continued on up until this file. Below is the requested
host info:

GCC Version: 2.95.2
System Type: Digital Alphastation 255/300MHz, running DU4.0E
Options passed: See attached output

Attached is the result of including "-v --save-temps" into the CFLAGS line
in the Makefile. Samba gives all options used at the start of the make.

Thanks, 

------------
Greg Roberts

Computer Systems Officer
Dept. of Electrical & Electronic Engineering
The University of Western Australia
NEDLANDS WA 6907 Australia

Ph    : +61-08-9380-7366 
Fax   : +61-08-9380-1065
Email : gregr@ee.uwa.edu.au

tamarin-bug-gcc-samba.out


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