From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32086 invoked by alias); 19 Aug 2004 19:37:00 -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 32074 invoked by uid 48); 19 Aug 2004 19:36:59 -0000 Date: Thu, 19 Aug 2004 19:37:00 -0000 Message-ID: <20040819193659.32073.qmail@sourceware.org> From: "orion at cora dot nwra dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040528204727.15716.orion@cora.nwra.com> References: <20040528204727.15716.orion@cora.nwra.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/15716] Program jumps to strange location when calling a function X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg01979.txt.bz2 List-Id: ------- Additional Comments From orion at cora dot nwra dot com 2004-08-19 19:36 ------- Problem is that pgf90 stopped assuming C functions to be varargs calls and zeroing %eax before calling (or some such). With new pgf90 compilers, you need the -Mx,125,0x200 flag to call C varargs functions. -- What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15716