(struct temp_slot): New field addr_taken.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 6 Oct 1994 10:52:10 +0000 (06:52 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 6 Oct 1994 10:52:10 +0000 (06:52 -0400)
commita25d4ba2f68f0bb062146dbccea67c785a173f59
tree080f358cd340fcea14e86010cc016521aeeecace
parent3ac4f0e6d01988a06968fbf268f6f7a00bafb672
(struct temp_slot): New field addr_taken.

(assign_stack_temp): Initialize it.
(mark_temp_addr_taken): New function.
(preserve_temp_slots): Decrement level of things at same level but whose
address has been taken.

From-SVN: r8224
gcc/function.c