From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 389 invoked by alias); 11 Mar 2003 23:18:59 -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 373 invoked by uid 48); 11 Mar 2003 23:18:59 -0000 Date: Tue, 11 Mar 2003 23:18:00 -0000 Message-ID: <20030311231859.372.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jbakker@rssd.esa.int, nobody@gcc.gnu.org, ulammers@rssd.esa.int From: jason@gcc.gnu.org Reply-To: jason@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jbakker@rssd.esa.int, nobody@gcc.gnu.org, ulammers@rssd.esa.int, gcc-gnats@gcc.gnu.org Subject: Re: c++/9769: [3.2/3.3 regression] miscompilation with -freg-struct-return X-SW-Source: 2003-03/txt/msg00640.txt.bz2 List-Id: Synopsis: [3.2/3.3 regression] miscompilation with -freg-struct-return State-Changed-From-To: analyzed->closed State-Changed-By: jason State-Changed-When: Tue Mar 11 23:18:59 2003 State-Changed-Why: A warning was added to the docs last September: Warning: code compiled with the -freg-struct-return switch is not binary compatible with code compiled with the -fpcc-struct-return switch. Use it to conform to a non-default application binary interface. The default under Solaris is -fpcc-struct-return. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9769