From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14059 invoked by alias); 14 Jun 2009 03:14:43 -0000 Received: (qmail 14050 invoked by uid 22791); 14 Jun 2009 03:14:42 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.208.78.105) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 14 Jun 2009 03:14:38 +0000 Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id n5E3EaMT005922 for ; Sat, 13 Jun 2009 20:14:36 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id n5E3EaQU005921 for gcc@gcc.gnu.org; Sat, 13 Jun 2009 20:14:36 -0700 (PDT) (envelope-from sgk) Date: Sun, 14 Jun 2009 03:14:00 -0000 From: Steve Kargl To: gcc@gcc.gnu.org Subject: Regressions with dwarf debugging Message-ID: <20090614031436.GA5909@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i 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-06/txt/msg00297.txt.bz2 Someone has broken gfortran on FreeBSD with dwarf debugging. This is a regression. Please fix! Testing debug/trivial.f, -gdwarf-21 Executing on host: /usr/home/kargl/gcc/obj4x/gcc/testsuite/gfortran/../../gfortr an -B/usr/home/kargl/gcc/obj4x/gcc/testsuite/gfortran/../../ /usr/home/kargl/gcc /gcc4x/gcc/testsuite/gfortran.dg/debug/trivial.f -gdwarf-21 -S -o trivial.s (timeout = 300) f951: error: dwarf version 21 is not supported compiler exited with status 1 output is: f951: error: dwarf version 21 is not supported FAIL: gfortran.dg/debug/trivial.f -gdwarf-21 (test for excess errors) Excess errors: f951: error: dwarf version 21 is not supported Testing debug/trivial.f, -gdwarf-2 Testing debug/trivial.f, -gdwarf-23 Executing on host: /usr/home/kargl/gcc/obj4x/gcc/testsuite/gfortran/../../gfortran -B/usr/home/kargl/gcc/obj4x/gcc/testsuite/gfortran/../../ /usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/debug/trivial.f -gdwarf-23 -S -o trivial.s (timeout = 300) f951: error: dwarf version 23 is not supported compiler exited with status 1 output is: f951: error: dwarf version 23 is not supported FAIL: gfortran.dg/debug/trivial.f -gdwarf-23 (test for excess errors) Excess errors: f951: error: dwarf version 23 is not supported testcase /usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/debug/debug.exp completed in 1 seconds Running /usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/dg.exp ... -- Steve