found a compiler bug

Joel Boring dwild@starforce.com
Tue Sep 16 18:54:00 GMT 1997


While compiling the file ar.c in gnu make-3.76.  Compiles fine without
inlines, but breaks with inlines.  The attached files are "ar.c" and "errors",
errors is gcc run as gcc -v without -pipe turned on.  Sorry about the wrapping
here, output is not wrapped in the "errors" file ;)

/<1>src/make-3.76 (ttypc) dwild@argo# gcc -DHAVE_CONFIG_H -I. -I. -I. \
-I./glob -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -O6 \
-mpentium -pipe -c ar.c
gcc: Internal compiler error: program cc1 got fatal signal 6
/<1>src/make-3.76 (ttypc) dwild@argo# gcc -DHAVE_CONFIG_H -I. -I. -I. \
-I./glob -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -O6 \
-mpentium -fno-inline -pipe -c ar.c 
/<1>src/make-3.76 (ttypc) dwild@argo# 


--
Joel Boring (aka Derek Wildstar)                          Eskimo North
dwild@eskimo.com, DWildstar@IRC                            Seattle, WA
IRC Admin / Assistant Sysadmin / Tech Support           (206) 361-1161


More information about the Gcc mailing list