From 3f571a786918e811ff7fe77a700be900092d39ae Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 4 Sep 2003 20:46:06 -0400 Subject: [PATCH] Remove duplicate entry, mention PR. From-SVN: r71100 --- gcc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9b8ec11fbd8..3db86c36a96 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