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 01:03:52 +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
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |x86_64-linux-gnu
Component|c |target
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-03-12 01:03:42 UTC ---
I think this is a correct error. The C standard allows va_list to be an array.