From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6735 invoked by alias); 19 Mar 2002 08:06:05 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 6697 invoked by uid 71); 19 Mar 2002 08:06:03 -0000 Date: Tue, 19 Mar 2002 00:06:00 -0000 Message-ID: <20020319080602.6690.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: jakub@gcc.gnu.org Subject: c/5656 Reply-To: jakub@gcc.gnu.org X-SW-Source: 2002-03/txt/msg00693.txt.bz2 List-Id: The following reply was made to PR c/5656; it has been noted by GNATS. From: jakub@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: c/5656 Date: 19 Mar 2002 07:56:40 -0000 CVSROOT: /cvs/gcc Module name: egcs Branch: gcc-3_1-branch Changes by: jakub@gcc.gnu.org 2002-03-18 23:56:40 Modified files: gcc : ChangeLog tree-inline.c c-typeck.c c-tree.h langhooks.h langhooks-def.h c-lang.c langhooks.c gcc/testsuite : ChangeLog gcc/objc : objc-lang.c Added files: gcc/testsuite/gcc.c-torture/compile: 20020318-1.c Log message: PR c/5656 * langhooks.h (struct lang_hooks_for_tree_inlining): Add convert_parm_for_inlining. * c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING): Define. * langhooks-def.h: Likewise. * objc/objc-lang.c: Likewise. * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New function. * tree-inline.c (initialize_inlined_parameters): Call convert_parm_for_inlining lang hook if needed. * c-typeck.c (c_convert_parm_for_inlining): New function. * c-tree.h (c_convert_parm_for_inlining): Add prototype. * gcc.c-torture/compile/20020318-1.c: New test. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.134&r2=1.13152.2.135 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/tree-inline.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.15.2.1&r2=1.15.2.2 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.180&r2=1.180.2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.81&r2=1.81.2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.15&r2=1.15.8.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks-def.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.8&r2=1.8.10.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-lang.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.74&r2=1.74.6.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.16&r2=1.16.2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1672.2.31&r2=1.1672.2.32 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/objc/objc-lang.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2&r2=1.2.14.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/compile/20020318-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=NONE&r2=1.1.2.1