From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21971 invoked by alias); 16 Feb 2006 15:50:59 -0000 Received: (qmail 21945 invoked by uid 48); 16 Feb 2006 15:50:55 -0000 Date: Thu, 16 Feb 2006 15:50:00 -0000 Message-ID: <20060216155055.21944.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/22017] [3.4/4.0/4.1/4.2 Regression] Error to pass struct parameter when compile with -mrtd In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg01851.txt.bz2 List-Id: ------- Comment #14 from rguenth at gcc dot gnu dot org 2006-02-16 15:50 ------- Reading the documentation for '-mrtd' I'm tempted to close this as invalid. The user is changing the ABI while still linking to libraries with a different ABI. The fact that overriding builtins is not possible is a separate issue, but that is already covered by 11772 which deals with the case of having a complete -mrtd toolchain but still builtins are emitted without honouring -mrtd. At least it's a duplicate, if valid, or invalid. *** This bug has been marked as a duplicate of 11772 *** -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22017