From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19268 invoked by alias); 7 Aug 2003 21:53:09 -0000 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 Received: (qmail 19261 invoked by uid 48); 7 Aug 2003 21:53:08 -0000 Date: Thu, 07 Aug 2003 21:53:00 -0000 Message-ID: <20030807215308.19260.qmail@sources.redhat.com> From: "hoffman at cray dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030806010309.11817.hoffman@cray.com> References: <20030806010309.11817.hoffman@cray.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/11817] vargs produce 32 bit signed reference with -mcmodel=medium X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg01085.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11817 ------- Additional Comments From hoffman at cray dot com 2003-08-07 21:53 ------- the following assembly (which is trimmed down from the mmx spill code inserted into the routine using varargs) fed into the x86_64 assembler results in the unwanted relocation: movq $.L2, -192(%rbp) .L2: so this seems a gas/binutils issue