[Bug target/40243] no aligned instruction generated for i386

2010-05-05 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2010-05-05 15:49 --- Fixed in gcc 4.4.0. No plan to fix 4.3. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/40243] no aligned instruction generated for i386

2009-05-25 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-05-25 14:23 --- Works for me (your simple program is not a valid program). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40243

[Bug target/40243] no aligned instruction generated for i386

2009-05-25 Thread abhishek dot shrivastav24 at gmail dot com
--- Comment #2 from abhishek dot shrivastav24 at gmail dot com 2009-05-25 14:36 --- (In reply to comment #1) Works for me (your simple program is not a valid program). The whole program is like this: /* sample.c */ #include stdio.h #define N 1000 int main() { int a[N], b[N],

[Bug target/40243] no aligned instruction generated for i386

2009-05-25 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2009-05-25 14:58 --- Please try gcc 4.4. We have fixed a bunch of alignment issues. -- hjl dot tools at gmail dot com changed: What|Removed |Added