This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/23349] -m64 gives runtime errors in combined Fortran/C programs
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Aug 2005 12:29:44 -0000
- Subject: [Bug fortran/23349] -m64 gives runtime errors in combined Fortran/C programs
- References: <20050812081523.23349.georg.denk@infineon.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-12 12:29 -------
I think this is really just invalid. As the ABI for var-args is different from the ABI for non var-args. And
fortran only passes via non var-args functions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23349