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 #7 from hjl at gcc dot gnu.org <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-07-01  H.J. Lu  <hongjiu.lu@intel.com>

    PR middle-end/48016
    * explow.c (update_nonlocal_goto_save_area): Use proper mode
    for stack save area.
    * function.c (expand_function_start): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/explow.c
    trunk/gcc/function.c


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