Bug 221707 - KDevelop C++ parser reports errors in system headers
Summary: KDevelop C++ parser reports errors in system headers
Status: RESOLVED DUPLICATE of bug 189912
Alias: None
Product: kdevelop
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-07 21:00 UTC by Ignat Semenov
Modified: 2010-01-07 22:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
type_traits.h header (16.75 KB, application/octet-stream)
2010-01-07 21:05 UTC, Ignat Semenov
Details
wchar.h header (31.61 KB, text/plain)
2010-01-07 21:06 UTC, Ignat Semenov
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***