Activity log for bug #88292

Date Who What changed Old value New value Message
2007-02-27 07:24:50 Andrew H bug added bug
2007-02-27 21:11:09 didier gcc-defaults: status Unconfirmed Rejected
2007-02-27 21:11:09 didier gcc-defaults: statusexplanation Hi, the output of printf("d = %d\n", atoi(&d)); is 100% undefined You're casting a char to a null terminated string. The compiler do whatever it wants with the stack, variables order, registers and so on.