This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/35504] incorrect code generated on i386 for C++ multiple inheritance, large return structures and regparm or fastcall calling conventions
- 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: 8 Mar 2008 04:51:09 -0000
- Subject: [Bug target/35504] incorrect code generated on i386 for C++ multiple inheritance, large return structures and regparm or fastcall calling conventions
- References: <bug-35504-1600@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from mikulas at artax dot karlin dot mff dot cuni dot cz 2008-03-08 04:51 -------
Created an attachment (id=15279)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15279&action=view)
A testcase for the bug
A testcase for thunk functions with all calling conventions. It fails with
regparm(1), regparm(2), regparm(3) and fastcall conventions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35504