From: David S. Miller Date: Fri, 27 Sep 2002 04:10:52 +0000 (-0700) Subject: Add missing PR number to changelog entry. X-Git-Tag: releases/gcc-3.2.1~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1822f38b5fd67c59732ee382ba71ddc501319a7c;p=thirdparty%2Fgcc.git Add missing PR number to changelog entry. From-SVN: r57575 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c6c6ff51767..017f50cae7bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2002-09-26 David S. Miller + PR optimization/7335 * calls.c (emit_library_call_value_1): Passing args by reference converts a CONST function into a PURE one.