From owner-freebsd-bugs Mon May 20 23:50:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02345 for bugs-outgoing; Mon, 20 May 1996 23:50:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02333; Mon, 20 May 1996 23:50:02 -0700 (PDT) Date: Mon, 20 May 1996 23:50:02 -0700 (PDT) Message-Id: <199605210650.XAA02333@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: ports/1222: pgcc in ports Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/1222; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@freebsd.org, mi@aldan.zipnet.net Cc: Subject: Re: ports/1222: pgcc in ports Date: Tue, 21 May 1996 16:35:30 +1000 > pgcc, patch level 9 >>Description: > /usr/local/lib/gcc-lib/pentium-uknown-freebsd/2.7.2p/include/stddef.h > and /usr/include/stdlib.h both define rune_t, which produces a warning > every time. This is caused by FreeBSD's std*.h not actually being standard (rune_t isn't standard), and gcc's stddef.h being out of date. >>Fix: > > Remove the "typedef _BSD_RUNE_T rune_t;" line from gcc's file. Or: > Ignore the warning, although, it slows down the compilation somewhat. Real fix: use the standard headers. Bruce