This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/48082] Problem compiling function that returns va_list on 64 bit system.
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 12 Mar 2011 02:20:42 +0000
- Subject: [Bug target/48082] Problem compiling function that returns va_list on 64 bit system.
- Auto-submitted: auto-generated
- References: <bug-48082-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48082
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-03-12 02:20:31 UTC ---
(In reply to comment #3)
> Ok, for the sake of my curiosity, could you explain why it is only an "issue"
> when compiling with the 64 bit libraries?
Because va_list is target specific and x86_64 defines it as an array while
32bit does not.