From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26959 invoked by alias); 19 Mar 2002 08:56:04 -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 26915 invoked by uid 71); 19 Mar 2002 08:56:02 -0000 Date: Tue, 19 Mar 2002 00:56:00 -0000 Message-ID: <20020319085602.26903.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/msg00694.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 08:47:14 -0000 CVSROOT: /cvs/gcc Module name: egcs Changes by: jakub@gcc.gnu.org 2002-03-19 00:47:14 Modified files: gcc : ChangeLog c-tree.h tree-inline.c c-typeck.c 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&r1=1.13410&r2=1.13411 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-tree.h.diff?cvsroot=gcc&r1=1.84&r2=1.85 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/tree-inline.c.diff?cvsroot=gcc&r1=1.16&r2=1.17 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-typeck.c.diff?cvsroot=gcc&r1=1.184&r2=1.185 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks.h.diff?cvsroot=gcc&r1=1.18&r2=1.19 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks-def.h.diff?cvsroot=gcc&r1=1.11&r2=1.12 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-lang.c.diff?cvsroot=gcc&r1=1.77&r2=1.78 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks.c.diff?cvsroot=gcc&r1=1.17&r2=1.18 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.1721&r2=1.1722 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/objc/objc-lang.c.diff?cvsroot=gcc&r1=1.5&r2=1.6 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/compile/20020318-1.c.diff?cvsroot=gcc&r1=1.1&r2=1.2