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

BStrauss at acm dot org gcc-bugzilla@gcc.gnu.org
Thu Apr 22 05:27:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list