[Bug java/31932] no values accepted for --encoding options except UTF-8

2007-05-15 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-05-15 19:41 --- The patch is incomplete, as libcpp/configure.in still checks for iconv.h. Anyway the best thing to do here is submit a patch or patches to the gcc patch list. Include a ChangeLog entry, etc. -- tromey at gcc dot

[Bug java/31932] no values accepted for --encoding options except UTF-8

2007-05-15 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2007-05-15 19:30 --- I don't think libstdc++ (the C++ runtime library) has anything to do with this. -- pcarlini at suse dot de changed: What|Removed |Added ---

[Bug java/31932] no values accepted for --encoding options except UTF-8

2007-05-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-05-15 15:33 --- This code has been removed in 4.3.0 anyways as the java source parser is gone. Only the bytecode parser exists on the trunk. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31932

[Bug java/31932] no values accepted for --encoding options except UTF-8

2007-05-15 Thread serg at vostok dot net
--- Comment #1 from serg at vostok dot net 2007-05-15 11:25 --- Created an attachment (id=13557) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13557&action=view) Removes HAVE_ICONV_H from source code. This should fix the bug. And, probably, some other problems with gcc not using i