Bug 82768

Summary: after updates I now get this error. to a file i never ever touched /usr/lib/gcc-lib/i386-redhat-linux/3.2/include/stddef.h:201: syntax error before "typedef"
Product: [Retired] Red Hat Linux Reporter: 3356ka <aronacus>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED WONTFIX QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-03 19:39:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description 3356ka 2003-01-26 03:10:38 UTC
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:

Comment 1 Jakub Jelinek 2003-01-26 21:48:17 UTC
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.

Comment 2 Jakub Jelinek 2004-10-03 19:39:25 UTC
No feedback, closing.