This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12503] __builtin_apply_args fails on sparc-sun-solaris2.9
- From: "pierre dot nguyen-tuong at asim dot lip6 dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Oct 2003 19:26:35 -0000
- Subject: [Bug c++/12503] __builtin_apply_args fails on sparc-sun-solaris2.9
- References: <20031003192249.12503.pierre.nguyen-tuong@asim.lip6.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12503
------- Additional Comments From pierre dot nguyen-tuong at asim dot lip6 dot fr 2003-10-03 19:26 -------
Created an attachment (id=4887)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4887&action=view)
Demo source code for __builtin_apply_args bug
Compile with g++ -Wall -o demo demo.cpp, then run ./demo.
Args 5 and 6 of funcB are incorrect.