[Bug objc/66367] Objective-C Variadic Method Not Compiling

2021-12-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66367 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug objc/66367] Objective-C Variadic Method Not Compiling

2015-06-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66367 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Severity|normal |enhancement

[Bug objc/66367] Objective-C Variadic Method Not Compiling

2015-06-01 Thread chrisloonam at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66367 --- Comment #2 from Chris Loonam chrisloonam at gmail dot com --- 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.

[Bug objc/66367] Objective-C Variadic Method Not Compiling

2015-06-01 Thread pinskia at gcc dot gnu.org
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