https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67193
--- Comment #2 from Tobias Schlüter <tobi at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > >(I know that alloca with a fixed argument is fairly pointless, but this can > >happen with templates.) > > Why not use normal arrays for that case? Well, I could of course rewrite the code to get rid of a pointless warning ...