This is the mail archive of the gcc-bugs@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]

[Bug c/15058] unsigned long long mishandled in function's va_args list


------- Additional Comments From BStrauss at acm dot org  2004-04-22 04:34 -------
Subject: RE:  unsigned long long mishandled in function's va_args list

Thanks - that fixed it!

-----Burton

> -----Original Message-----
> From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org]
> Sent: Wednesday, April 21, 2004 5:51 PM
> To: BStrauss-gcc@feliscatus.org
> Subject: [Bug c/15058] unsigned long long mishandled in function's
> va_args list
> 
> 
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  
> 2004-04-21 22:50 -------
> Invalid as long long is passed through with 8bytes and not 4bytes 
> which is what an int is.  Use %lld for a 
> long long passed to printf.
> 
> -- 
>            What    |Removed                     |Added
> ------------------------------------------------------------------
> ----------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |INVALID
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15058
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15058


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