------- Comment #9 from bill at cse dot ucdavis dot edu 2008-03-19 20:38 ------- (In reply to comment #8) > (In reply to comment #6) > > Looks like the reason why it was not being fixed because of: > > __NTH (feof_unlocked (FILE *__stream)) > > > > So how would I fix it?(In reply to comment #6) > > Looks like the reason why it was not being fixed because of: > > __NTH (feof_unlocked (FILE *__stream)) > > > > BTW, this seems pretty common, I looked at Ubuntu Gutsy 7.10 system and it has > the same definition: > cat /usr/include/bits/stdio.h | grep feof_unlocked | head -1 > __NTH (feof_unlocked (FILE *__stream)) >
I reproduced this error on Centos-5.1 as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619