This is the mail archive of the gcc@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]

TREE_READONLY on SAVE_EXPR


When we gimplify a SAVE_EXPR, it looks like TREE_READONLY isn't set on
the variable we make.   Therefore it seems wrong to set TREE_READONLY
on the SAVE_EXPR when it is created.  Should that be removed?


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