[Bug target/58854] [4.8 regression] sub sp, fp, #40 hoisted above frame accesses

2013-10-29 Thread bccheng at android dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854 --- Comment #6 from bccheng at android dot com --- Patch appears to be working: c012c7ec: e51b3034ldr r3, [fp, #-52] ; 0x34 c012c7f0: e51b203cldr r2, [fp, #-60] ; 0x3c c012c7f4: e51b0038ldr

[Bug target/58854] New: [ARM 4.8 regression] sub sp, fp, #40 hoisted above frame accesses

2013-10-23 Thread bccheng at android dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: bccheng at android dot com With GCC 4.8.1 we encountered a regression in linux 3.4 kernel code on ARM devices. The problematic instruction sequence is below: sub sp, fp, #40

[Bug target/58854] [ARM 4.8 regression] sub sp, fp, #40 hoisted above frame accesses

2013-10-23 Thread bccheng at android dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854 --- Comment #1 from bccheng at android dot com --- Created attachment 31083 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31083action=edit stripped from kernel 3.4 fs/dcache.c

[Bug rtl-optimization/57479] [ARM][NEON] internal compiler error: Segmentation fault in add_dependence_list

2013-06-03 Thread bccheng at android dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57479 --- Comment #3 from bccheng at android dot com --- Here is my configuration: --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu Please let me know if you need additional information. Thanks!

[Bug rtl-optimization/57479] New: [ARM][NEON] internal compiler error: Segmentation fault in add_dependence_list

2013-05-30 Thread bccheng at android dot com
: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: bccheng at android dot com I hit an ICE with GCC 4.7.2 and 4.7.3 on a function with lots of ARM NEON code. The reduced input file is attached (I cannot seem

[Bug rtl-optimization/57479] [ARM][NEON] internal compiler error: Segmentation fault in add_dependence_list

2013-05-30 Thread bccheng at android dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57479 --- Comment #1 from bccheng at android dot com --- Created attachment 30232 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30232action=edit reduced test input