This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12081] Gcc can't be compiled with -mregparm=3
- From: "mikulas at artax dot karlin dot mff dot cuni dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jan 2004 01:42:02 -0000
- Subject: [Bug target/12081] Gcc can't be compiled with -mregparm=3
- References: <20030827182850.12081.mikulas@artax.karlin.mff.cuni.cz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mikulas at artax dot karlin dot mff dot cuni dot cz 2004-01-18 01:42 -------
In example I wrote there should be
g(1,2)
instead of
f(1,2)
f(1,2) is correct, but g(1,2) will crash with -mrtd or pass invalid arguments
with -mregparm=3.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12081