Summary: | cpp parser breaks on compound literals | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Richard Moats <rmoats-web> |
Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | esigra |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Richard Moats
2003-08-25 04:32:16 UTC
confirmed with CVS from 20041026 Currently the parser of kdevelop from SVN does not accept this code at all, but as of gcc it is valid code and compiles fine. Of couse, we can not check if it still produces a global symbol until the parser accepts this correct code again. This is basically the same thing as 57156, the parser from kdevelop simply isn't build for C. *** This bug has been marked as a duplicate of 57156 *** Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively |