This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15716] Program jumps to strange location when calling a function
- From: "orion at cora dot nwra dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Aug 2004 19:36:59 -0000
- Subject: [Bug target/15716] Program jumps to strange location when calling a function
- References: <20040528204727.15716.orion@cora.nwra.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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