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]

BUG: put_var_into_stack() not handling SAVE_EXPR's




Hi

In egcs-19980906/19980914 the routine put_var_into_stack() in
gcc/function.c tries to handle `decl' being a SAVE_EXPR as
evidenced by the calculation of `reg' and `decl_mode'.  But there
is a problem `decl' (which might be a SAVE_EXPR)  is passed
to DECL_NONLOCAL() macro.

Graham
     



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