[Bug c/96527] __builtin_va_arg_pack_len produces error in documented sample code

2020-08-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96527 --- Comment #3 from Jakub Jelinek --- The extern inline __attribute__((__gnu_inline__)) usecase comes from actual code (e.g. glibc) where it is used this way a lot, I'm not aware of anybody using static inline __attribute__((__always_inline__)) t

[Bug c/96527] __builtin_va_arg_pack_len produces error in documented sample code

2020-08-07 Thread bruno at clisp dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96527 --- Comment #2 from Bruno Haible --- Created attachment 49026 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49026&action=edit Corrected test case I see. A corrected test case is attached. I wanted to avoid __gnu_inline__ because that's a

[Bug c/96527] __builtin_va_arg_pack_len produces error in documented sample code

2020-08-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96527 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|