From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 Description of problem: I get this error when I compile my program that depends on this file /usr/lib/gcc-lib/i386-redhat-linux/3.2/include/stddef.h:201: syntax error before "typedef" My files are sound its stddef.h that has an issue how do i fix. 2 friends of mine also have the same issue after they updated with auto update. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.install RH8 2.Run the auto update that does internet updates 3.Try to compile anyuthing that requires sttdef Actual Results: I'm told error can't compile /usr/lib/gcc-lib/i386-redhat-linux/3.2/include/stddef.h:201: syntax error before "typedef" Expected Results: a clean make! Additional info:
Cannot reproduce (and stddef.h has not changed BTW). Do you see it even with say echo '#include <stddef.h>' | gcc -c -xc - -o /tmp/test.o ? If not, can you post what is the minimal way you are able to reproduce it with? Also, -dD dump would be very useful.
No feedback, closing.