Bug#448480: GCC miscompilation on ARM

2007-10-30 Thread Martin Michlmayr
forwarded 448480 http://gcc.gnu.org/PR33949 thanks I noticed you submitted this upstream and they claim it's invalid code. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#448480: GCC miscompilation on ARM

2007-10-29 Thread Peter Horton
Package: gcc Version: 4:4.1.1-15 GCC miscompiles the following code :- extern void extfunc(void); extern unsigned extvar; static void inner(char *a, unsigned b) { if (b) extfunc(); else extvar = (unsigned) a; } void outer(unsigned a, unsigned b)