diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-18 07:39:56 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-18 07:39:56 +0000 |
commit | a0eb9d79a19ef3ac2e35f43efa118f8f5b56a5c3 (patch) | |
tree | bb3e55c951331a37ccbaf2af45da3204b9d2b4b6 /gcc/ChangeLog | |
parent | d4a7579023cdec0de834b0e8d85be24466b1d67e (diff) | |
download | gcc-a0eb9d79a19ef3ac2e35f43efa118f8f5b56a5c3.tar.gz |
* config/sparc/sparc.c (function_arg_record_value_1): New fourth
parameter packed_p. Search for a DECL_PACKED field only if
packed_p is false. Pass packed_p recursively.
(function_arg_record_value_2): Likewise.
(function_arg_record_value): Update calls to
function_arg_record_value_1 and function_arg_record_value_2.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72636 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3fd42ab28c3..d451f0b4005 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,14 @@ 2003-10-18 Eric Botcazou <ebotcazou@libertysurf.fr> + * config/sparc/sparc.c (function_arg_record_value_1): New fourth + parameter packed_p. Search for a DECL_PACKED field only if + packed_p is false. Pass packed_p recursively. + (function_arg_record_value_2): Likewise. + (function_arg_record_value): Update calls to + function_arg_record_value_1 and function_arg_record_value_2. + +2003-10-18 Eric Botcazou <ebotcazou@libertysurf.fr> + * cse.c (cse_insn) [src_folded]: Check that the tentative replacement was successfully forced to memory before using the result. |