[Bug tree-optimization/49094] ARM aligned(1) attribute is sometimes dropped

2011-07-31 Thread sgh at sgh dot dk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 --- Comment #15 from Søren Holm 2011-07-31 15:18:19 UTC --- I have reported the bug as #49923 -fno-tree-sra does not help. I have bisected it to commit trunk@164135 2010-09-10 Martin Jambor PR tree-optimization/44972

[Bug tree-optimization/49094] ARM aligned(1) attribute is sometimes dropped

2011-07-30 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 --- Comment #14 from Martin Jambor 2011-07-30 17:15:12 UTC --- (In reply to comment #11) > tst2.c also fails with an alignment related problem. I'm unsue if this should > be reported in another bug. > It it fails with a current checkout of the

[Bug tree-optimization/49094] ARM aligned(1) attribute is sometimes dropped

2011-07-30 Thread sgh at sgh dot dk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 --- Comment #13 from Søren Holm 2011-07-30 12:37:41 UTC --- gcc 4.4.6 generates the following code with the "static" keyword unsigned int aostk_font_strwidth(const struct aostk_font* font, const char* str) { 0: e5d02004ldrbr2, [r

[Bug tree-optimization/49094] ARM aligned(1) attribute is sometimes dropped

2011-07-30 Thread sgh at sgh dot dk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 --- Comment #12 from Søren Holm 2011-07-30 12:30:25 UTC --- Oh... I just realized that the failing case does not fail because of the first ldr-instruction. It fails becasue of something else. Maybe you guys have a better eye for ARM-assembler to b

[Bug tree-optimization/49094] ARM aligned(1) attribute is sometimes dropped

2011-07-30 Thread sgh at sgh dot dk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 Søren Holm changed: What|Removed |Added CC||sgh at sgh dot dk --- Comment #11 from Søren

[Bug tree-optimization/49094] ARM aligned(1) attribute is sometimes dropped

2011-07-30 Thread sgh at sgh dot dk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 --- Comment #10 from Søren Holm 2011-07-30 12:10:57 UTC --- Created attachment 24869 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24869 Another testcase that fails. Even with current 4.6 With "static" on line 33 the code generated is wrong

[Bug tree-optimization/49094] ARM aligned(1) attribute is sometimes dropped

2011-07-11 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 Martin Jambor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug tree-optimization/49094] ARM aligned(1) attribute is sometimes dropped

2011-07-11 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 --- Comment #8 from Martin Jambor 2011-07-11 16:54:46 UTC --- Author: jamborm Date: Mon Jul 11 16:54:42 2011 New Revision: 176166 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176166 Log: 2011-07-11 Martin Jambor PR tree-optimiza

[Bug tree-optimization/49094] ARM aligned(1) attribute is sometimes dropped

2011-07-11 Thread will_lentz at trimble dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 --- Comment #7 from will_lentz at trimble dot com 2011-07-11 16:29:52 UTC --- (In reply to comment #6) > Author: jamborm > Date: Thu Jun 30 13:24:19 2011 > New Revision: 175703 > Thanks for fixing this! Do you know if this fix will get into a 4.

[Bug tree-optimization/49094] ARM aligned(1) attribute is sometimes dropped

2011-06-30 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 --- Comment #6 from Martin Jambor 2011-06-30 13:24:23 UTC --- Author: jamborm Date: Thu Jun 30 13:24:19 2011 New Revision: 175703 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175703 Log: 2011-06-30 Martin Jambor PR tree-optimiza

[Bug tree-optimization/49094] ARM aligned(1) attribute is sometimes dropped

2011-06-26 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49094 --- Comment #5 from Martin Jambor 2011-06-26 18:25:16 UTC --- I have submitted a fix for this bug to the mailing list: http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01941.html