From owner-freebsd-hackers Tue Feb 13 00:34:53 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA21816 for hackers-outgoing; Tue, 13 Feb 1996 00:34:53 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA21797 for ; Tue, 13 Feb 1996 00:34:24 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id TAA18551; Tue, 13 Feb 1996 19:31:51 +1100 Date: Tue, 13 Feb 1996 19:31:51 +1100 From: Bruce Evans Message-Id: <199602130831.TAA18551@godzilla.zeta.org.au> To: hackers@freebsd.org, nate@sri.MT.net Subject: Re: GCC 2.7.2 bugs Sender: owner-hackers@freebsd.org Precedence: bulk >I found this in the textutils distribution. > If you are building with gcc-2.7.2, when you run configure you > should expect[*] to see this line (along with lots of others): > checking for working const... no > That means configure has detected that gcc-2.7.2 generates bad code > for certain uses of `const' casts. >Although we don't make *heavy* use of const, I guess it's yet another >reason to not upgrade our gcc compiler. Well, configure (in textutils-1.14) detects a working const with my version of gcc-2.7.2. The test only tests for a compile-time failure so it couldn't detect bad code generation. Bruce