From kdevelop-bugs Thu Sep 29 11:03:17 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Thu, 29 Sep 2005 11:03:17 +0000 To: kdevelop-bugs Subject: [Bug 113561] New: reformating sources in c++ corrupts some operators (i.e. >? ) Message-Id: <20050929130316.113561.7th_zone () rambler ! ru> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306942508122 ------- 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=113561 Summary: reformating sources in c++ corrupts some operators (i.e. >? ) Product: kdevelop Version: 3.1.2 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: 7th_zone rambler ru Version: 3.1.2 (using KDE 3.3.2, Gentoo) Compiler: gcc version 3.3.5 (Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1) OS: Linux (i686) release 2.6.11-gentoo-r11 When i use option "add spaces around operators" (or similar, sorry, but i have russian local), some operators have corrupted. Sample: x1 = x1 >? CAx; x1 = x1 ? CAx; x1 = x1 < ? CAx; (this operators standart for g++, and maybe for gcc)