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: BUG: printf formatting libc.so.6


On Mon, May 26, 2003 at 12:11:19PM -0700, Bruce Korb wrote:
> > Simplified
> > 
> > #include <stdio.h>
> > void main(void) { printf("%1$d %1$c %2$d %2$c\n", 32, 49); }
> > 
> > yields "32   1074178865 1" on Debian, while "1345134440   -1073746895 1"
> > on RedHat...

Reproduced, looking into it.

	Jakub


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