From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7976 invoked by alias); 14 Mar 2003 18:06:01 -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 7931 invoked by uid 71); 14 Mar 2003 18:06:01 -0000 Date: Fri, 14 Mar 2003 18:06:00 -0000 Message-ID: <20030314180601.7914.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: rth@gcc.gnu.org Subject: target/9700 Reply-To: rth@gcc.gnu.org X-SW-Source: 2003-03/txt/msg00874.txt.bz2 List-Id: The following reply was made to PR target/9700; it has been noted by GNATS. From: rth@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: target/9700 Date: 14 Mar 2003 17:58:49 -0000 CVSROOT: /cvs/gcc Module name: gcc Changes by: rth@gcc.gnu.org 2003-03-14 17:58:48 Modified files: gcc : ChangeLog gcc/config/alpha: alpha-protos.h alpha.c alpha.h Added files: gcc/testsuite/gcc.c-torture/execute: va-arg-23.c Log message: PR target/9700 * config/alpha/alpha.c (alpha_va_start): Account for current_function_pretend_args_size in the AP offset. * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line. (INITIAL_ELIMINATION_OFFSET): Move out of line. * config/alpha/alpha.c (alpha_setup_incoming_varargs): New. (alpha_initial_elimination_offset) New. * config/alpha/alpha-protos.h: Update. * gcc.c-torture/execute/va-arg-23.c: New. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17081&r2=1.17082 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-23.c.diff?cvsroot=gcc&r1=NONE&r2=1.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha-protos.h.diff?cvsroot=gcc&r1=1.43&r2=1.44 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha.c.diff?cvsroot=gcc&r1=1.296&r2=1.297 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha.h.diff?cvsroot=gcc&r1=1.193&r2=1.194