http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
--- Comment #7 from hjl at gcc dot gnu.org 2011-07-01
12:57:15 UTC ---
Author: hjl
Date: Fri Jul 1 12:57:11 2011
New Revision: 175756
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175756
Log:
Use proper mode for stack save area.
2011-0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
--- Comment #6 from hjl at gcc dot gnu.org 2011-06-20
13:58:03 UTC ---
Author: hjl
Date: Mon Jun 20 13:57:59 2011
New Revision: 175210
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175210
Log:
Use proper mode for stack save area.
2011-0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
--- Comment #5 from hjl at gcc dot gnu.org 2011-04-02
05:27:14 UTC ---
Author: hjl
Date: Sat Apr 2 05:27:09 2011
New Revision: 171869
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171869
Log:
Properly store frame pointer for non-local g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
--- Comment #4 from H.J. Lu 2011-03-16 16:40:31
UTC ---
Another problem. expand_function_start has
t_save = build4 (ARRAY_REF, ptr_type_node,
cfun->nonlocal_goto_save_area,
integer_zero_node,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
--- Comment #3 from hjl at gcc dot gnu.org 2011-03-07
14:44:49 UTC ---
Author: hjl
Date: Mon Mar 7 14:44:45 2011
New Revision: 170735
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170735
Log:
Adjust mode of non-local goto stack save are
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
--- Comment #2 from H.J. Lu 2011-03-07 14:40:35
UTC ---
(In reply to comment #1)
> The gimple middle-end only knows one pointer type mode, ptr_type_mode. If
> we want to save Pmode then we need to use an appropriate integer type
> and a proper a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
--- Comment #1 from Richard Guenther 2011-03-07
14:13:10 UTC ---
The gimple middle-end only knows one pointer type mode, ptr_type_mode. If
we want to save Pmode then we need to use an appropriate integer type
and a proper alias set.
I guess thi