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

2021-06-03 Thread tobi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67193 Tobias Schlüter changed: What|Removed |Added Known to fail||10.3.0, 11.1.0 --- Comment #4 from Tob

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

2016-01-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67193 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2015-08-15 Thread tobi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67193 --- Comment #2 from Tobias Schlüter --- (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

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

2015-08-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67193 --- Comment #1 from Andrew Pinski --- >(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?