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]

Processed: Re: Bug#448480: GCC miscompilation on ARM

2007-10-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > forwarded 448480 http://gcc.gnu.org/PR33949 Bug#448480: GCC miscompilation on ARM Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR33949. > thanks Stopping processing here. Please contact me if you need assistance. Debi

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)