aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-06-24 13:27:25 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-06-24 13:27:25 +0000
commit68c1abf1e0890ed03b7c1d91584193b82cf55714 (patch)
tree126cfb4378caa5075533fd25a1538e261cbc2dc7 /gcc/ChangeLog
parent305a132148b9ced8ec6a6cf33a3d4635729fde9d (diff)
downloadgcc-68c1abf1e0890ed03b7c1d91584193b82cf55714.zip
gcc-68c1abf1e0890ed03b7c1d91584193b82cf55714.tar.gz
gcc-68c1abf1e0890ed03b7c1d91584193b82cf55714.tar.bz2
re PR tree-optimization/22171 (gcc-4.0-20050623 internal compiler error in linux/drivers/serial/8250.c)
PR 22171 * tree-ssa-operands.c (get_expr_operands): Check s_ann for NULL before use. PR 22171 * gcc.dg/tree-ssa/pr22171.c: New test. From-SVN: r101292
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a8a5231..818aea5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-24 Mark Mitchell <mark@codesourcery.com>
+
+ PR 22171
+ * tree-ssa-operands.c (get_expr_operands): Check s_ann for NULL
+ before use.
+
2005-06-23 Mark Mitchell <mark@codesourcery.com>
PR 22000