http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48088
Sergei Trofimovich <slyfox at inbox dot ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |slyfox at inbox dot ru --- Comment #5 from Sergei Trofimovich <slyfox at inbox dot ru> --- Stumbled on this bug today. I tried to use it in more intricate way: -Wframe-larger-than=4096 -Werror=frame-larger-than=32768 which would only warn about any stack more than 4096+, but would fail on 32768+. Does it make sense to implement desired behaviour? I guess it's not many '>=number' style options in gcc.