From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4342 invoked by alias); 2 Feb 2013 12:57:51 -0000 Received: (qmail 4323 invoked by uid 22791); 2 Feb 2013 12:57:50 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 02 Feb 2013 12:57:44 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id r12Cvcng015629 ; Sat, 2 Feb 2013 13:57:39 +0100 (CET) X-Envelope-To: java@gcc.gnu.org Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id D0EC53BC6B; Sat, 2 Feb 2013 13:57:38 +0100 (CET) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LpuI57gFQZFv; Sat, 2 Feb 2013 13:57:38 +0100 (CET) Received: by mailhost.lps.ens.fr (Postfix, from userid 8513) id C16DA3BE1B; Sat, 2 Feb 2013 13:57:38 +0100 (CET) Date: Sat, 02 Feb 2013 12:57:00 -0000 To: java@gcc.gnu.org Cc: howarth@bromo.med.uc.edu, bmckinlay@gmail.com Subject: Re: shouldfail'ing sourcelocation User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20130202125738.C16DA3BE1B@mailhost.lps.ens.fr> From: dominiq@lps.ens.fr (Dominique Dhumieres) Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2013-02/txt/msg00002.txt.bz2 > Note you don't need dwarf4 to make sourcelocation work (comment in the > test case is a bit misleading). You just need some way to read the > source line number info, whatever format it is in. The sourcelocation failures are tracked by pr55637 which was opened almost four months ago (2012-12-10). If some java maintainer knows how to fix it, why this test is still failing on all the platforms I have looked at? Dominique