From: Jan Hubicka Date: Thu, 12 Feb 2004 16:33:07 +0000 (+0100) Subject: tree-optimize.c (tree_rest_of_compilation): Do not release DECL_ARGUMENTS. X-Git-Tag: releases/gcc-4.0.0~10163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f6a8d03ac1bf35b689663483efc691415b48291;p=thirdparty%2Fgcc.git tree-optimize.c (tree_rest_of_compilation): Do not release DECL_ARGUMENTS. * tree-optimize.c (tree_rest_of_compilation): Do not release DECL_ARGUMENTS. From-SVN: r77711 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f036949e21cc..6ed2399e39e4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-02-12 Jan Hubicka + + * tree-optimize.c (tree_rest_of_compilation): Do not release + DECL_ARGUMENTS. + 2004-02-11 Matt Kraai * doc/install.texi: Fix the spelling of "explicitly". diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c index b60d2f36994c..9df5adbd79e4 100644 --- a/gcc/tree-optimize.c +++ b/gcc/tree-optimize.c @@ -218,8 +218,6 @@ tree_rest_of_compilation (tree fndecl, bool nested_p) If rest_of_compilation set this to 0, leave it 0. */ if (DECL_INITIAL (fndecl) != 0) DECL_INITIAL (fndecl) = error_mark_node; - - DECL_ARGUMENTS (fndecl) = 0; } }