This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/48016] Inconsistency in non-local goto save area
- From: "hjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 20 Jun 2011 13:58:22 +0000
- Subject: [Bug middle-end/48016] Inconsistency in non-local goto save area
- Auto-submitted: auto-generated
- References: <bug-48016-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48016
--- Comment #6 from hjl at gcc dot gnu.org <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-06-15 H.J. Lu <hongjiu.lu@intel.com>
PR middle-end/48016
* explow.c (emit_stack_save): Don'ty adjust mode of stack save
area.
(update_nonlocal_goto_save_area): Use proper mode for stack save
area.
Modified:
branches/x32/gcc/ChangeLog.x32
branches/x32/gcc/explow.c