From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18522 invoked by alias); 19 Dec 2011 02:22:19 -0000 Received: (qmail 18514 invoked by uid 22791); 19 Dec 2011 02:22:18 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_SG X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Dec 2011 02:22:04 +0000 From: "sgk at troutmask dot apl.washington.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/51616] [4.7 Regression] gfortran.dg/quad_2.f90 fails on hppa*-*-hpux* Date: Mon, 19 Dec 2011 02:24:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sgk at troutmask dot apl.washington.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-12/txt/msg02041.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51616 --- Comment #5 from Steve Kargl 2011-12-19 02:21:34 UTC --- On Mon, Dec 19, 2011 at 01:45:16AM +0000, danglin at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51616 > > --- Comment #4 from John David Anglin 2011-12-19 01:45:16 UTC --- > Possibly, you referred to the wrong PR. PR 51057 is about the precision > of IBM long double. > Read the entire PR. You'll eventually find the thread starting at http://gcc.gnu.org/ml/fortran/2011-11/msg00051.html hpux11 appears to be yet another OS that has sufficient quad support that gfortran detects a REAL(16) type, but the OS lacks the basic libm functions.