================ @@ -978,6 +978,20 @@ bool Parser::ConsumeAndStoreFunctionPrologue(CachedTokens &Toks) { } else { break; } + // Pack indexing + if (getLangOpts().CPlusPlus26 && Tok.is(tok::ellipsis) && ---------------- ldionne wrote:
I think it might be possible to maintain the same ABI we have right now while changing how it's implemented, yes. It probably requires a bit of thought but it's probably possible. But there's certainly no point in any of this if GCC doesn't add this extension, from my point of view at least. https://github.com/llvm/llvm-project/pull/72644 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits