Date: Wed, 2 Jul 2003 10:23:52 +0100 (BST) From: "Joseph S. Myers" X-X-Sender: jsm28 AT kern DOT srcf DOT societies DOT cam DOT ac DOT uk To: Andris Pavenis cc: DJ Delorie , djgpp-workers AT delorie DOT com, gcc AT gcc DOT gnu DOT org Subject: Re: gettext should not be a builtin In-Reply-To: <200307020955.09871.pavenis@latnet.lv> Message-ID: References: <200307011438 DOT h61Ecgj08214 AT greed DOT delorie DOT com> <200307011850 DOT h61IoUR12534 AT greed DOT delorie DOT com> <200307020955 DOT 09871 DOT pavenis AT latnet DOT lv> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Joseph Myers X-Cam-ScannerAdmin: mail-scanner-support AT ucs DOT cam DOT ac DOT uk X-Cam-AntiVirus: Not scanned X-Cam-SpamDetails: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 2 Jul 2003, Andris Pavenis wrote: > Did You mean this? > - error ("nonnull argument references non-pointer operand (arg %lu, operand %lu)", > - (unsigned long) attr_arg_num, (unsigned long) arg_num); > + if (!(flags & (int) ATTR_FLAG_BUILT_IN)) > + error ("nonnull argument references non-pointer operand (arg %lu, operand %lu)", > + (unsigned long) attr_arg_num, (unsigned long) arg_num); Yes; and the other errors should also be handled the same way. -- Joseph S. Myers jsm28 AT cam DOT ac DOT uk