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]

Inline function in while expression not evaluated


I am making more progress with inline functions (thanks
Alexandre :) ) and I ran into another problem.

It has to do with the following line of C code:
    while( read_testmem16( PROCAB_RTNIADDR + RTNI_READ_STATUS ) 
== (short)0xFFFE) {};




------------------------------------------------------------
--== Sent via Deja.com ==--
http://www.deja.com/



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