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]

error: nonnull argument with out-of-range operand number


[I cannot use gnatsweb, it reports Could not resolve database alias
(gcc).]

The following code :

extern "C" char snprintf ();

(extracted from autoconf check code) causes the following error using
current gcc head CVS :

a.c:1: error: nonnull argument with out-of-range operand number (arg 1,
operand
   3)

This seems to be related to builtins as "snsprintf" instead is OK.

regards
john

-- 
"This is just the kind of crackpot scheme I've been looking to champion!!!"
	- P.M. Hartke on 6U campaign


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