From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5996 invoked by alias); 29 Jun 2011 18:29:55 -0000 Received: (qmail 5988 invoked by uid 22791); 29 Jun 2011 18:29:55 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qw0-f41.google.com (HELO mail-qw0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Jun 2011 18:29:41 +0000 Received: by qwa26 with SMTP id 26so1028313qwa.0 for ; Wed, 29 Jun 2011 11:29:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.79.196 with SMTP id q4mr860749qck.132.1309372180796; Wed, 29 Jun 2011 11:29:40 -0700 (PDT) Received: by 10.229.214.83 with HTTP; Wed, 29 Jun 2011 11:29:40 -0700 (PDT) In-Reply-To: References: <20100920135856.GA27953@intel.com> Date: Wed, 29 Jun 2011 18:29:00 -0000 Message-ID: Subject: Re: PATCH: PR testsuite/12040: GDB Fortran tests use g77 instead of gfortran From: "H.J. Lu" To: Tom Tromey Cc: GDB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-06/txt/msg00467.txt.bz2 On Wed, Jun 29, 2011 at 11:25 AM, Tom Tromey wrote: >>>>>> "H.J." =3D=3D H J Lu writes: > > H.J.> gfortran can be used as F77 compiler. =A0Why not just return gfortr= an > H.J.> for f77? > > No particular reason. > I can implement it that way if you feel strongly about it. > That is fine with gdb testsuite. But in general, dejagnu should try gfortran first when F77 compiler is requested. --=20 H.J.