static stack check

Ian Lance Taylor iant@google.com
Thu Mar 27 17:26:00 GMT 2008


"Maurizio Papini" <maurizio.papini@gmail.com> writes:

> Is there any option to perform a static stack analysis for c++/c?

Mainline gcc has a new option -Wframe-larger-than=LEN which warns
about large stack frames.  It's not in 4.3.0, though.

If you mean something else, I think you will have to explain what you
mean by "static stack analysis."

Ian



More information about the Gcc-help mailing list