This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][MIPS] mwarn-framesize= option


On Tue, Jun 3, 2008 at 11:11 AM, Maxim Kuvyrkov <maxim@codesourcery.com> wrote:
> Hello,
>
> Here is patch to add -mwarn-framesize=<size> option to MIPS.  This option is
> useful when developing code for environments with limited or no stack, e.g.,
> BIOS.  One can use this option to diagnose any C constructs that use stack
> memory and fix them to use only registers.

There is a generic implementation of this already on the trunk as
-Wframe-larger-than=N.  I don't think you need another option to do
the same thing.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]