[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-12 Thread pinskia at gcc dot gnu dot org
--- Comment #24 from pinskia at gcc dot gnu dot org 2006-07-13 01:11 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-11 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|critical|blocker http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28290

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-11 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-07-11 12:04 --- I am going to mark this as blocking PR 28217 though it does not officially, but fixing either one will not fix the bootstrap. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-11 Thread gerald at pfeifer dot com
--- Comment #17 from gerald at pfeifer dot com 2006-07-11 12:31 --- i386-unknown-freebsd5.4 is also broken. -- gerald at pfeifer dot com changed: What|Removed |Added

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-11 Thread pcarlini at suse dot de
--- Comment #18 from pcarlini at suse dot de 2006-07-11 12:54 --- Created an attachment (id=11858) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11858action=view) Please test! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28290

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-11 Thread pcarlini at suse dot de
--- Comment #19 from pcarlini at suse dot de 2006-07-11 12:55 --- Created an attachment (id=11859) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11859action=view) ... and in case commit! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28290

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-11 Thread pcarlini at suse dot de
--- Comment #20 from pcarlini at suse dot de 2006-07-11 12:56 --- People affected by the breakage please carefully test the attached and, in case, commit: I'm going away for a few hours... Thanks! -- pcarlini at suse dot de changed: What|Removed

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-11 Thread bkoz at gcc dot gnu dot org
--- Comment #21 from bkoz at gcc dot gnu dot org 2006-07-11 16:50 --- Huh. Sorry! I'm checking in Paolo's patch. -benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28290

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-11 Thread bkoz at gcc dot gnu dot org
--- Comment #22 from bkoz at gcc dot gnu dot org 2006-07-11 17:48 --- Subject: Bug 28290 Author: bkoz Date: Tue Jul 11 17:48:10 2006 New Revision: 115354 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=115354 Log: 2006-07-11 Paolo Carlini [EMAIL PROTECTED] PR

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-11 Thread pcarlini at suse dot de
--- Comment #23 from pcarlini at suse dot de 2006-07-12 00:21 --- Thanks Benjamin. FYI, I have just tweaked it back to my original version (if c++config.h is not included first, _GLIBCXX_USE_ICONV is always found undefined ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28290

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-10 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #14 from ro at techfak dot uni-bielefeld dot de 2006-07-10 20:17 --- Subject: Re: [4.2 Regression] error: 'iconv_t' does not name a type pcarlini at suse dot de writes: It seemd to me that the best thing to do is adding the include on top of codecvt_specializations.h

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-10 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-07-10 23:17 --- This now affects powerpc-darwin: /Users/regress/tbox/native/build/./gcc/xgcc -shared-libgcc -B/Users/regress/tbox/native/build/./gcc -nostdinc++

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-09 Thread schwab at suse dot de
--- Comment #11 from schwab at suse dot de 2006-07-09 16:07 --- Adjusting summary since the ICE is tracked in #28217. -- schwab at suse dot de changed: What|Removed |Added

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-09 Thread pcarlini at suse dot de
--- Comment #12 from pcarlini at suse dot de 2006-07-09 17:39 --- It seemd to me that the best thing to do is adding the include on top of codecvt_specializations.h itself and removing it from the other places where it does currently appear (because a grep reveals that the iconv

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-09 Thread pcarlini at suse dot de
--- Comment #13 from pcarlini at suse dot de 2006-07-09 17:58 --- Forgot: those facilities are not always available, therefore we should probably protect the whole thing with _GLIBCXX_USE_ICONV... I'm adding Benjamin in CC. -- pcarlini at suse dot de changed: What