This is the mail archive of the gcc@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: Stack frame problem.


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


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