This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

gcc -fno-inline option



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


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