[Bug c/47557] Effect of aligned attribute on arrays

2011-03-15 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47557 Jeffrey Yasskin changed: What|Removed |Added CC||jyasskin at gcc dot gnu.org --- Comment

[Bug c/47557] Effect of aligned attribute on arrays

2011-02-01 Thread akyrtzi at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47557 --- Comment #2 from Argiris Kirtzidis 2011-02-01 17:00:56 UTC --- (In reply to comment #1) > I think the current behavior is correct. Could you elaborate ? What is the actual benefit of padding T[1] ? Access to elements of array-of-T is still un

[Bug c/47557] Effect of aligned attribute on arrays

2011-02-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47557 --- Comment #1 from Richard Guenther 2011-02-01 11:17:53 UTC --- I think the current behavior is correct.