From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2180 invoked by alias); 18 May 2009 13:21:34 -0000 Received: (qmail 2168 invoked by uid 22791); 18 May 2009 13:21:33 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 May 2009 13:21:27 +0000 Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 16DA91C00166; Mon, 18 May 2009 15:21:24 +0200 (CEST) Received: from localhost (dynscan2.mnet-online.de [192.168.1.215]) by mail.m-online.net (Postfix) with ESMTP id BBA0A90284; Mon, 18 May 2009 15:21:24 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.3.149]) by localhost (dynscan2.mnet-online.de [192.168.1.215]) (amavisd-new, port 10024) with ESMTP id IvWgFzWwU0KB; Mon, 18 May 2009 15:21:23 +0200 (CEST) Received: from igel.home (DSL01.83.171.162.149.ip-pool.NEFkom.net [83.171.162.149]) by mail.mnet-online.de (Postfix) with ESMTP; Mon, 18 May 2009 15:21:23 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id 8442010C56F; Mon, 18 May 2009 15:21:22 +0200 (CEST) From: Andreas Schwab To: Richard Guenther Cc: Tobias Burnus , gcc@gcc.gnu.org, Gerald Pfeifer , Janus Weil Subject: Re: Fortran bootstrap broken References: <20090518130011.GA14446@net-b.de> <84fc9c000905180610u10a1655erbb7a261a49d6f1f9@mail.gmail.com> X-Yow: Okay.. I'm going home to write the ``I HATE RUBIK's CUBE HANDBOOK FOR DEAD CAT LOVERS''.. Date: Mon, 18 May 2009 14:40:00 -0000 In-Reply-To: <84fc9c000905180610u10a1655erbb7a261a49d6f1f9@mail.gmail.com> (Richard Guenther's message of "Mon, 18 May 2009 15:10:10 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-05/txt/msg00458.txt.bz2 Richard Guenther writes: > On Mon, May 18, 2009 at 3:00 PM, Tobias Burnus wrote: >> Index: intrinsic.c >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- intrinsic.c (revision 147659) >> +++ intrinsic.c (working copy) >> @@ -303,7 +303,7 @@ >> =C2=A0 =C2=A0 =C2=A0 type =3D (bt) va_arg (argp, int); >> =C2=A0 =C2=A0 =C2=A0 kind =3D va_arg (argp, int); >> =C2=A0 =C2=A0 =C2=A0 optional =3D va_arg (argp, int); >> - =C2=A0 =C2=A0 =C2=A0intent =3D va_arg (argp, int); >> + =C2=A0 =C2=A0 =C2=A0intent =3D (sym_intent) va_arg (argp, int); > > intent =3D va_arg (argp, sym_intent); The argument of va_arg must be the promoted type, the enum type may not qualify. Andreas. --=20 Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."