summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0a9d5e23e10..0847ad9610d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,12 @@
2003-04-18 Olivier Hainque <hainque@act-europe.fr>
+ * calls.c (expand_call): Move special case for constructor calls
+ to right place. Ensures constructor calls used to initialize
+ arguments get a clean outgoing argument block for themselves.
+ Move check for stack deallocation completeness until after last
+ deallocation. Add stack_pointer_delta to set of state
+ variables saved and restored along with current stack_level.
+
* integrate.c (expand_inline_function): Ensure non-const actuals
don't end up const in the caller's flow after conversion to possibly
const formal type.