[Bug target/57002] New: ARM back end has extra entries in attribute interrupt array.

2013-04-18 Thread bpringlemeir at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57002 Bug #: 57002 Summary: ARM back end has extra entries in attribute interrupt array. Classification: Unclassified Product: gcc Version: unknown Status: UNCONF

[Bug target/57002] ARM back end has extra entries in attribute interrupt array.

2013-04-18 Thread bpringlemeir at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57002 --- Comment #1 from Bill Pringlemeir 2013-04-18 22:40:40 UTC --- static const isr_attribute_arg isr_attribute_args [] = { { "IRQ", ARM_FT_ISR }, { "irq", ARM_FT_ISR }, { "FIQ", ARM_FT_FIQ }, { "fiq", ARM_FT_FIQ },

[Bug target/11824] [ARM] Parameter passing via stack could be improved

2013-04-20 Thread bpringlemeir at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11824 Bill Pringlemeir changed: What|Removed |Added CC||bpringlemeir at gmail dot

[Bug rtl-optimization/17838] spills are not re-used

2013-04-20 Thread bpringlemeir at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 Bill Pringlemeir changed: What|Removed |Added CC||bpringlemeir at gmail dot

[Bug tree-optimization/60172] [4.9/4.10 Regression] ARM performance regression from trunk@207239

2014-06-18 Thread bpringlemeir at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60172 Bill Pringlemeir changed: What|Removed |Added CC||bpringlemeir at gmail dot com

[Bug tree-optimization/60172] [4.9/4.10 Regression] ARM performance regression from trunk@207239

2014-06-18 Thread bpringlemeir at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60172 --- Comment #23 from Bill Pringlemeir --- (In reply to Bill Pringlemeir from comment #22) > The good ARM assembler uses the 'mla' instruction which is a 'multiply and > accumulate'. Since this is not recognized, the multiply result needs a > tem

[Bug lto/47527] [4.6 regression] -flto -flto-partition=none broken for arm-linux-gnueabi

2011-04-14 Thread bpringlemeir at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47527 Bill Pringlemeir changed: What|Removed |Added CC||bpringlemeir at gmail dot

[Bug lto/47527] [4.6 regression] -flto -flto-partition=none broken for arm-linux-gnueabi

2011-04-14 Thread bpringlemeir at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47527 --- Comment #7 from Bill Pringlemeir 2011-04-14 17:37:27 UTC --- After applying the patch, the tmp.c files builds without issues. #include int main(void) { return 0; } $ arm-none-linux-gnueabi-gcc -flto -o tmp.x tmp.c It seems to be the same

[Bug lto/41159] [LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:225

2011-04-14 Thread bpringlemeir at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159 Bill Pringlemeir changed: What|Removed |Added CC||bpringlemeir at gmail dot

[Bug lto/41159] [LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:225

2011-04-14 Thread bpringlemeir at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159 --- Comment #10 from Bill Pringlemeir 2011-04-14 22:00:18 UTC --- (In reply to comment #9) > .. I am not use to passing the linker options err ... optimization options.