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/9997] Coelesce stack slots for disjoint scopes.


------- Additional Comments From wilson at gcc dot gnu dot org  2004-05-12 22:54 -------
The only issue with the patch from Daniel Jacobowitz was a problem with
TARGET_EXPR, and I wasn't sure how to fix that.  Meanwhile, Ulrich Weigand
checked in a patch May 1 to fix an aliasing problem with TARGET_EXPRs that was
apparently related to the problem I identified last year, as his patch is a
superset of mine.  Therefore, it may be the case that Daniel's patch is OK now.
 It needs retesting.

The SAVE_EXPR/var_temp_slot_level stuff is still broken.  Someone needs to look
into that.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9997


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