[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2013-03-25 Thread bangerth at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33415 --- Comment #9 from Wolfgang Bangerth bangerth at gmail dot com 2013-03-25 13:50:00 UTC --- Vikas: This was fixed in GCC in 2008. The version of GCC you are using (3.4.6) was released in 2006 and the entire 3.4.x tree is in fact from 2004.

[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2013-03-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33415 --- Comment #10 from Jonathan Wakely redi at gcc dot gnu.org 2013-03-25 14:15:17 UTC --- And please don't use Bugzilla for questions about using GCC, use the gcc-help mailing list, thanks.

[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2013-03-24 Thread chalakella at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33415 Vikas chalakella at yahoo dot com changed: What|Removed |Added CC||chalakella at

[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2009-06-14 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-06-14 23:03 --- *** Bug 40441 has been marked as a duplicate of this bug. *** -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2008-04-21 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2008-04-21 14:02 --- Fixed on trunk. As I doubt this will be back-ported to 4.3.x, I am closing the bug. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2008-04-21 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2008-04-21 14:02 --- Subject: Bug 33415 Author: tromey Date: Mon Apr 21 14:02:00 2008 New Revision: 134507 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=134507 Log: libcpp PR libcpp/33415: * charset.c

[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2008-04-16 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2008-04-16 20:37 --- I think some BOMs will be handled by iconv. In particular I tried UTF-16 and this seemed to work ok. UTF-8 is a special problem in two ways. First, glibc's iconv does not appear to recognize the UTF-8 BOM. And,

[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2008-04-16 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2008-04-16 21:29 --- Testing a patch. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2007-09-14 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-09-14 09:28 --- Actually I already know this is not handled. In fact any of the BOMs are not handled. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2007-09-13 Thread bangerth at dealii dot org
--- Comment #1 from bangerth at dealii dot org 2007-09-14 04:12 --- Please attach a testcase. See http://gcc.gnu.org/bugs.html for more information. W. -- bangerth at dealii dot org changed: What|Removed |Added