This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Stack frame problem.
- From: Joe Buck <jbuck at synopsys dot com>
- To: pascal dot pype at b-rail dot be
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 30 Jan 2003 07:56:21 -0800
- Subject: Re: Stack frame problem.
- References: <JA8AAAAABFRgfgABYQACnEkbAcBU@DCS03.B-RAIL.BE>
On Thu, Jan 30, 2003 at 10:05:00AM +0100, pascal.pype@b-rail.be wrote:
> Has there ever been reported problems pertaining
> to the extensive use of inline functions into C++
> code that gets compiled with gcc ? It seems that
> the stack frames get messed up at run time when to
> much inlines are used.
Things don't work that way. I suspect that you've encountered a compiler
bug, but the cause will not be that you've used too many inline functions.
Rather, the particular code you've used has triggered a bug.
This means that the bug will probably never be fixed unless you file
a complete bug report, so that the compiler developers can debug it and
fix it.
See instructions on http://gcc.gnu.org/bugs.html