From owner-freebsd-bugs Thu Jul 25 12:50:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA26400 for bugs-outgoing; Thu, 25 Jul 1996 12:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA26393; Thu, 25 Jul 1996 12:50:01 -0700 (PDT) Date: Thu, 25 Jul 1996 12:50:01 -0700 (PDT) Message-Id: <199607251950.MAA26393@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: ports/1416: cflow(1) doesn't parse GNU C __attribute__ syntax Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/1416; it has been noted by GNATS. From: Bill Fenner To: alm@slewsys.org Cc: FreeBSD-gnats-submit@freebsd.org, ports@freebsd.org, dchapes@zeus.leitch.com Subject: Re: ports/1416: cflow(1) doesn't parse GNU C __attribute__ syntax Date: Thu, 25 Jul 1996 12:43:26 PDT In message <199607220047.RAA19465@woops.slewsys.org>you write: >>Fix: > > In the cflow shell script, change the preprocessor > command line from "cc -E" to "cc -E -D__attribute__(x)=" Actually, I think that using "cflow -g" is more correct. Should the cflow port be modified to add the "-g" flag by default? Bill