gcc -fno-inline option

andy@softbookpress.com andy@softbookpress.com
Mon Dec 11 11:55:00 GMT 2000


>From "Using and porting the GNU compiler collection"
http://sunsite.ualberta.ca/Documentation/Gnu/gcc-2.95.2/html_mono/gcc.html

"-fno-inline
       Don't pay attention to the inline keyword. Normally this option is
used to keep the compiler from expanding any functions inline."

looks like "any functions" also applies to the C++ implicit inlines (e.g
class methods defined in the header files) - with this option on they do
not get expanded.
Is this intended behavior or a bug ?
gcc 2.95.2

TIA Andy



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list