Bug 221707

Summary: KDevelop C++ parser reports errors in system headers
Product: [Applications] kdevelop Reporter: Ignat Semenov <i.semenov.kde>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: type_traits.h header
wchar.h header

Description Ignat Semenov 2010-01-07 21:00:29 UTC
Version:            (using Devel)
Compiler:          gcc 4.4.2 
OS:                Linux
Installed from:    Compiled sources

Fedora 12
GCC 4.4.2
KDevelop is from SVN, a week or so old, but the problem has been there for quite some time.
KDevelop reports errors in system headers
/usr/include/c++/4.4.2/ext/type_traits.h and
/usr/include/wchar.h

Code containig STL classes builds fine, so I guess the C++ code in those headers is fine. Here is a screenshot of the problems reported by KDevelop :
http://imagebin.org/78747

The headers are attached to the report.
Comment 1 Ignat Semenov 2010-01-07 21:05:02 UTC
Created attachment 39662 [details]
type_traits.h header
Comment 2 Ignat Semenov 2010-01-07 21:06:40 UTC
Created attachment 39663 [details]
wchar.h header
Comment 3 Andreas Pakulat 2010-01-07 22:37:59 UTC

*** This bug has been marked as a duplicate of bug 189912 ***