summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-18 21:08:05 +0000
committerctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-18 21:08:05 +0000
commit22e3029e598446652b3c8b66c9dfcad6297f2387 (patch)
tree51d879b746fd960e201cbfce4abd84fca7bfc7a6 /gcc/ChangeLog
parent837a67dad40ca937b15a0d4151e501763bf41ed8 (diff)
downloadgcc-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/ChangeLog7
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.