This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gettext should not be a builtin


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]