diff options
author | ctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-18 21:08:05 +0000 |
---|---|---|
committer | ctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-18 21:08:05 +0000 |
commit | 22e3029e598446652b3c8b66c9dfcad6297f2387 (patch) | |
tree | 51d879b746fd960e201cbfce4abd84fca7bfc7a6 /gcc/ChangeLog | |
parent | 837a67dad40ca937b15a0d4151e501763bf41ed8 (diff) | |
download | gcc-22e3029e598446652b3c8b66c9dfcad6297f2387.tar.gz |
Fix bootstrap on ia64, PR32764
2007-07-18 Caroline Tice <ctice@apple.com>
* var-tracking.c (find_src_status): Check for COND_EXEC insns
and handle them correctly; check that src is not NULL before
trying to use it.
(find_src_set_src): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126731 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 484d9b522ec..893789db73f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2007-07-18 Caroline Tice <ctice@apple.com> + + * var-tracking.c (find_src_status): Check for COND_EXEC insns + and handle them correctly; check that src is not NULL before + trying to use it. + (find_src_set_src): Likewise. + 2007-07-18 Bob Wilson <bob.wilson@acm.org> * config/xtensa/xtensa.c (xtensa_expand_mask_and_shift): New. |