[Bug middle-end/34921] Misalign stack variable referenced by nested function

2008-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2008-12-31 18:16 --- *** Bug 33610 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/34921] Misalign stack variable referenced by nested function

2008-08-06 Thread Joey dot ye at intel dot com
--- Comment #9 from Joey dot ye at intel dot com 2008-08-06 08:05 --- Fixed -- Joey dot ye at intel dot com changed: What|Removed |Added Status|NEW

[Bug middle-end/34921] Misalign stack variable referenced by nested function

2008-02-18 Thread hjl at gcc dot gnu dot org
--- Comment #8 from hjl at gcc dot gnu dot org 2008-02-18 23:44 --- Subject: Bug 34921 Author: hjl Date: Mon Feb 18 23:43:23 2008 New Revision: 132396 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132396 Log: gcc/ 2008-02-18 Joey Ye <[EMAIL PROTECTED]> PR middle-end

[Bug middle-end/34921] Misalign stack variable referenced by nested function

2008-02-06 Thread hjl at gcc dot gnu dot org
--- Comment #7 from hjl at gcc dot gnu dot org 2008-02-06 15:23 --- Subject: Bug 34921 Author: hjl Date: Wed Feb 6 15:22:35 2008 New Revision: 132148 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132148 Log: gcc/ 2008-02-06 Joey Ye <[EMAIL PROTECTED]> PR middle-end

[Bug middle-end/34921] Misalign stack variable referenced by nested function

2008-01-23 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2008-01-23 15:47 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2008-01/msg01062.html -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug middle-end/34921] Misalign stack variable referenced by nested function

2008-01-22 Thread Joey dot ye at intel dot com
--- Comment #5 from Joey dot ye at intel dot com 2008-01-23 01:45 --- (In reply to comment #2) > I bet if you put jj in struct and don't have a nested function, this will be > the same issue. Not the same. In fact it passes if not referenced by a nested function. The root is in tree-nes

[Bug middle-end/34921] Misalign stack variable referenced by nested function

2008-01-22 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2008-01-22 14:26 --- (In reply to comment #2) > I bet if you put jj in struct and don't have a nested function, this will be > the same issue. > struct works for me: bash-3.2$ cat x.c #include #include #include #ifndef ALIGNMENT #

[Bug middle-end/34921] Misalign stack variable referenced by nested function

2008-01-22 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2008-01-22 13:36 --- *** Bug 34847 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34921

[Bug middle-end/34921] Misalign stack variable referenced by nested function

2008-01-22 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-01-22 11:35 --- I bet if you put jj in struct and don't have a nested function, this will be the same issue. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added