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 c/48797] GCC does inline variadic function, crashing on i386, when non-GNU stdarg.h is used


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48797

Nathan Froyd <froydnj at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |froydnj at gcc dot gnu.org
         Resolution|                            |INVALID

--- Comment #5 from Nathan Froyd <froydnj at gcc dot gnu.org> 2011-04-28 03:12:58 UTC ---
According to
http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=arch/i386/bits/stdarg.h;h=6b1830d210cfb78ce307bc0a5d0e685f22a3d09c;hb=HEAD
, va_foo is being defined with casting games.  Therefore, as Andrew has already
said, this bug report is invalid.


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