[Bug middle-end/36253] Caller-save stack slot may not have proper alignment

2008-05-17 Thread hjl at gcc dot gnu dot org
--- Comment #4 from hjl at gcc dot gnu dot org 2008-05-17 23:58 --- Subject: Bug 36253 Author: hjl Date: Sat May 17 23:57:59 2008 New Revision: 135486 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135486 Log: 2008-05-17 H.J. Lu <[EMAIL PROTECTED]> PR middle-end/36253

[Bug middle-end/36253] Caller-save stack slot may not have proper alignment

2008-05-17 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2008-05-17 23:50 --- An updated patch is posted at http://gcc.gnu.org/ml/gcc-patches/2008-05/msg01029.html -- hjl dot tools at gmail dot com changed: What|Removed |Added --

[Bug middle-end/36253] Caller-save stack slot may not have proper alignment

2008-05-17 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2008-05-17 15:18 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2008-05/msg01021.html -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug middle-end/36253] Caller-save stack slot may not have proper alignment

2008-05-16 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-05-17 02:17 --- With this patch to verify alignment of caller-save slot: Index: caller-save.c === --- caller-save.c (revision 2603) +++ caller-save.c (work