[Bug target/64027] inefficient handling of msp430 byte operands

2015-01-08 Thread nickc at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64027 Nick Clifton nickc at redhat dot com changed: What|Removed |Added CC||nickc at redhat

[Bug target/64027] inefficient handling of msp430 byte operands

2014-11-22 Thread pab at pabigot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64027 --- Comment #1 from Peter A. Bigot pab at pabigot dot com --- The following program: int request(); int release(); unsigned char execute (unsigned char arg); unsigned char safe_execute (unsigned char arg) { int rc; unsigned char rs = 0;