This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/48016] Inconsistency in non-local goto save area


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]