From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21077 invoked by alias); 3 Apr 2002 09:02:10 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 21026 invoked by uid 61); 3 Apr 2002 09:02:05 -0000 Date: Wed, 03 Apr 2002 01:02:00 -0000 Message-ID: <20020403090205.21025.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, georg@steffers.org, nobody@gcc.gnu.org, reichelt@igpm.rwth-aachen.de From: rth@gcc.gnu.org Reply-To: rth@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, georg@steffers.org, nobody@gcc.gnu.org, reichelt@igpm.rwth-aachen.de, gcc-gnats@gcc.gnu.org Subject: Re: optimization/4490: gcc 3.0.1 segfaults while compiling pack_isam.c of mysql X-SW-Source: 2002-04/txt/msg00182.txt.bz2 List-Id: Synopsis: gcc 3.0.1 segfaults while compiling pack_isam.c of mysql State-Changed-From-To: analyzed->suspended State-Changed-By: rth State-Changed-When: Wed Apr 3 01:02:02 2002 State-Changed-Why: The problem is that the front-end isn't told about the 128-bit type, so type_for_mode returns NULL. -m128bit-long-double really needs to be using TFmode within the compiler, rather than playing games with XFmode. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4490