Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2010 21:50:10 GMT
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/151716: gcc fail with internal compiler error when using -finput-charset option
Message-ID:  <201010262150.o9QLoA8f085561@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR gnu/151716; it has been noted by GNATS.

From: Alexander Best <arundel@freebsd.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: misc/151716: gcc fail with internal compiler error when using -finput-charset option
Date: Tue, 26 Oct 2010 21:48:32 +0000

 i'm getting the following under HEAD (r214249; amd64):
 
 taku% gcc -c empty.cpp -finput-charset=iso-8859-15
 cc1plus: error: no iconv implementation, cannot convert from iso-8859-15 to UTF-8
 
 otaku% locale
 LANG=
 LC_CTYPE=de_DE.ISO8859-15
 LC_COLLATE=en_GB.ISO8859-15
 LC_TIME=de_DE.ISO8859-15
 LC_NUMERIC=de_DE.ISO8859-15
 LC_MONETARY=de_DE.ISO8859-15
 LC_MESSAGES=en_GB.ISO8859-15
 LC_ALL=
 
 otaku% gcc -v
 Using built-in specs.
 Target: amd64-undermydesk-freebsd
 Configured with: FreeBSD/amd64 system compiler
 Thread model: posix
 gcc version 4.2.1 20070719  [FreeBSD]
 
 cheers.
 alex
 
 -- 
 a13x



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010262150.o9QLoA8f085561>