gettext should not be a builtin

Joseph S. Myers jsm28@cam.ac.uk
Tue Jul 1 18:56:00 GMT 2003


On Tue, 1 Jul 2003, DJ Delorie wrote:

> 1) Compiler error received:
> 
>   In file included from test.c:1:
>   c:/ab/djgpp/include/conio.h:74: error:
>     nonnull argument references non-pointer operand (arg 1, operand 1)

Changing handle_nonnull_attribute to check ATTR_FLAG_BUILT_IN before
giving errors, as handle_format_arg_attribute does, should fix the
problem.

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc mailing list