The following reply was made to PR gnu/151716; it has been noted by GNATS. From: Alexander Best <[email protected]> To: [email protected] 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
