[Bug c++/67193] Overzealous -Wstack-usage warning

tobi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Aug 15 12:30:00 GMT 2015


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 ...


More information about the Gcc-bugs mailing list