From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27714 invoked by alias); 21 Jan 2011 09:06:36 -0000 Received: (qmail 27700 invoked by uid 22791); 21 Jan 2011 09:06:35 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-qw0-f47.google.com (HELO mail-qw0-f47.google.com) (209.85.216.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Jan 2011 09:06:18 +0000 Received: by qwi2 with SMTP id 2so1498459qwi.20 for ; Fri, 21 Jan 2011 01:06:16 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.95.193 with SMTP id e1mr351165qcn.171.1295600775953; Fri, 21 Jan 2011 01:06:15 -0800 (PST) Received: by 10.229.214.131 with HTTP; Fri, 21 Jan 2011 01:06:15 -0800 (PST) In-Reply-To: <4D38DDE6.8000501@redhat.com> References: <20110119160653.GS2724@tyan-ft48-01.lab.bos.redhat.com> <4D38DDE6.8000501@redhat.com> Date: Fri, 21 Jan 2011 10:26:00 -0000 Message-ID: Subject: Re: [patch java]: Intialize va_list_type_node to avoid segfault for x86_64 targets in respect for alignment From: Kai Tietz To: Richard Henderson Cc: Jakub Jelinek , Uros Bizjak , Richard Guenther , Andreas Schwab , GCC Patches , Andrew Haley Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-01/txt/msg01447.txt.bz2 2011/1/21 Richard Henderson : >>> 2011-01-16 =A0Kai Tietz >>> >>> =A0 =A0 =A0PR bootstrap/47215 >>> =A0 =A0 =A0* config/i386/i386.c (ix86_local_alignment): Handle >>> =A0 =A0 =A0case for va_list_type_node is nil. >>> =A0 =A0 =A0(ix86_canonical_va_list_type): Likewise. > > Ok. > > > r~ > Applied at revision 169080. Kai