This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49973] New: Column numbers count special characters as multiple columns
- From: "timothy003 at msn dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 4 Aug 2011 10:21:35 +0000
- Subject: [Bug c++/49973] New: Column numbers count special characters as multiple columns
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49973
Summary: Column numbers count special characters as multiple
columns
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: timothy003@msn.com
int main()
{
/* ä */ asdf;
}
g++ -finput-charset=utf8 hello.cpp
hello.cpp: In function âint main()â:
hello.cpp:3:12: error: âasdfâ was not declared in this scope
The column number should be 10, not 12.