diff options
author | Jim Wilson <wilson@cygnus.com> | 2000-02-10 21:09:52 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2000-02-10 13:09:52 -0800 |
commit | 5e4900c7f4945f48d9660d2682bbbcce40ec9603 (patch) | |
tree | 2bfa992d7cec6eee185fab9dd3f25a4da4b83169 /gcc/ChangeLog | |
parent | c2939b5700388b67a717e22580f2ac5c9314797e (diff) | |
download | gcc-5e4900c7f4945f48d9660d2682bbbcce40ec9603.zip gcc-5e4900c7f4945f48d9660d2682bbbcce40ec9603.tar.gz gcc-5e4900c7f4945f48d9660d2682bbbcce40ec9603.tar.bz2 |
Fix ia64 compiler problem with gcc.c-torture/compile/920410-1.c.
* expmed.c (store_bit_field): If op0 and fieldmode are the same size,
then store directly into op0.
From-SVN: r31903
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee83202..ccda7cd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ Thu Feb 10 12:56:47 2000 Jim Wilson <wilson@cygnus.com> + * expmed.c (store_bit_field): If op0 and fieldmode are the same size, + then store directly into op0. + * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for the CALL_INSN, and emit the note immediately after it. |