This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/48082] Problem compiling function that returns va_list on 64 bit system.


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]