This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/66367] Objective-C Variadic Method Not Compiling
- 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: Tue, 02 Jun 2015 00:20:21 +0000
- Subject: [Bug objc/66367] Objective-C Variadic Method Not Compiling
- Auto-submitted: auto-generated
- References: <bug-66367-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66367
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Chris Loonam from comment #2)
> I think that being able to use `id` as an argument to va_arg is the expected
> behavior, not an extension provided by the compiler.
This has nothing to do with id but rather variable arguments is not being
parsed as it is not supported yet.
Variadic have not implemented in the objective-C front-end of GCC. And that is
why it is an extension to the language.