From: Jason Merrill Date: Thu, 26 May 2011 13:46:13 +0000 (-0400) Subject: fix pr marker X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=298942dc313bf129f503cb7dc5609f7277604ada;p=gcc.git fix pr marker From-SVN: r174288 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index de154ae3847..8e9b25f93e9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -32,7 +32,7 @@ PR c++/45698 * pt.c (dependent_template_arg_p): See through ARGUMENT_PACK_SELECT. - PR c++/46145 + PR c++/46005 * decl.c (grokdeclarator): Complain about auto typedef. PR c++/46245