diff options
author | DJ Delorie <dj@gcc.gnu.org> | 2003-09-04 20:46:06 -0400 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2003-09-04 20:46:06 -0400 |
commit | 3f571a786918e811ff7fe77a700be900092d39ae (patch) | |
tree | c53d43e85ce5cc3e57fd4f5e96690e1f5909e2c4 | |
parent | 3922e7c1ddbd1646799b61ceb7c22255a220ab24 (diff) | |
download | gcc-3f571a786918e811ff7fe77a700be900092d39ae.zip gcc-3f571a786918e811ff7fe77a700be900092d39ae.tar.gz gcc-3f571a786918e811ff7fe77a700be900092d39ae.tar.bz2 |
Remove duplicate entry, mention PR.
From-SVN: r71100
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9b8ec11..3db86c3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -7,8 +7,8 @@ * builtins.c (apply_args_size): Guard against a NULL cfun. (expand_builtin_apply_args_1): Likewise. - (expand_builtin_apply_args_1): Likewise. (expand_builtin_apply): Likewise. + Fixes PR bootstrap/12172. 2003-09-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |