[Bug 64786] New: c++ parser reports problem at ranged case statement
Gunther Piez
gpiez at web.de
Tue Sep 23 10:31:03 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=64786
Summary: c++ parser reports problem at ranged case statement
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: cpp-parser
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: gpiez at web.de
Version: (using KDE KDE 3.1.3)
Installed from: Compiled From Sources
Compiler: 3.3.1
OS: Linux
switch(foo) {
case 'b' ... 'r':
something();
}
reports a problem at the case line.
More information about the KDevelop-devel
mailing list