forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* trans.c (gnat_gimplify_expr) <ADDR_EXPR>: When taking the address of a SAVE_EXPR, just make the operand addressable/not-readonly and let the common gimplifier code make and propagate a temporary copy. (call_to_gnu): Clarify the use of SAVE_EXPR for not addressable out/in-out actuals and defer setting the addressable/readonly bits to the gimplifier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116929 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
ebotcazou
committed
Sep 13, 2006
1 parent
9f31d8d
commit f55abd0
Showing
2 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2006-09-13 Olivier Hainque <[email protected]> | ||
|
||
PR ada/29025 | ||
* trans.c (gnat_gimplify_expr) <ADDR_EXPR>: When taking the address | ||
of a SAVE_EXPR, just make the operand addressable/not-readonly and | ||
let the common gimplifier code make and propagate a temporary copy. | ||
(call_to_gnu): Clarify the use of SAVE_EXPR for not addressable | ||
out/in-out actuals and defer setting the addressable/readonly bits | ||
to the gimplifier. | ||
|
||
2006-09-13 Eric Botcazou <[email protected]> | ||
|
||
PR ada/28591 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters