Mail Archives: djgpp/1997/05/15/13:03:18
On Thu, 15 May 1997, A.V. Kondratiev wrote:
> The compiler crashes when optimization is enabled (is says
> Abort! and nothing more). Everything is OK if -fno-inline
> option is turned on (But I'd like my inline members to be
> inline - they are small and frequently called).
> Are there any known dangerous cases of using inlines which
> GCC programmer should avoid?
> Or may it be possible to invoke some compiler diagnostic to
> locate the code dangerous for the compiler ?
Did you try the advice of section 6.3 in the DJGPP FAQ list? There are
some suggestions there, including an undocumented gcc switch that might
help you.
- Raw text -