From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31475 invoked by alias); 12 Mar 2003 18:44:57 -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 31455 invoked by uid 48); 12 Mar 2003 18:44:56 -0000 Date: Wed, 12 Mar 2003 18:44:00 -0000 Message-ID: <20030312184456.31454.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, stefan@space.twc.de From: steven@gcc.gnu.org Reply-To: steven@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, stefan@space.twc.de, gcc-gnats@gcc.gnu.org Subject: Re: optimization/9630: [3.2/3.3/3.4 regression] crash with -freg-struct-return in C++ code X-SW-Source: 2003-03/txt/msg00711.txt.bz2 List-Id: Synopsis: [3.2/3.3/3.4 regression] crash with -freg-struct-return in C++ code State-Changed-From-To: analyzed->closed State-Changed-By: steven State-Changed-When: Wed Mar 12 18:44:56 2003 State-Changed-Why: not a bug. -freg-struct-return will change the ABI, so if you link with a library that was not compiled with this option, you can expect this kind of bug. This is documented in the manual. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9630