public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
@ 2005-03-09 11:34 andreas dot hoehmann at gmx dot de
  2005-03-09 14:02 ` [Bug libstdc++/20393] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: andreas dot hoehmann at gmx dot de @ 2005-03-09 11:34 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4366 bytes --]

1.)
gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)

2.)
ld -V
GNU ld version 2.15
  Supported emulations:
   elf_i386
   i386linux

3.)
./configure --prefix=/usr

4.)
make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates'
bootstra

../../.././libstdc++-v3/src/debug.cc: In member function `void
__gnu_debug::_Error_formatter::_Parameter::_M_print_field(const
__gnu_debug::_Error_formatter*, const char*) const':
../../.././libstdc++-v3/src/debug.cc:260: error: invalid conversion from `const
char* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:260: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:271: error: invalid conversion from `const
std::type_info* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:271: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'


../../.././libstdc++-v3/src/debug.cc:299: error: invalid conversion from `const
void* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:299: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:307: error: invalid conversion from `const
std::type_info* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:307: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:317: error: invalid conversion from `const
char* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:317: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:322: error: invalid conversion from `const
void* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:322: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:330: error: invalid conversion from `const
std::type_info* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:330: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:340: error: invalid conversion from `const
char* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:340: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:350: error: invalid conversion from `const
char* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:350: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc: In member function `void
__gnu_debug::_Error_formatter::_M_error() const':
../../.././libstdc++-v3/src/debug.cc:474: error: invalid conversion from `const
char*' to `long int'
../../.././libstdc++-v3/src/debug.cc:474: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
make[4]: *** [debug.lo] Fehler 1
make[4]: Verlassen des Verzeichnisses Verzeichnis
»/tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3/src«
make[3]: *** [all-recursive] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis
»/tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3«
make[2]: *** [all] Fehler 2
make[2]: Verlassen des Verzeichnisses Verzeichnis
»/tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3«
make[1]: *** [all-target-libstdc++-v3] Fehler 2
make[1]: Verlassen des Verzeichnisses Verzeichnis »/tmp/kde/gcc-3.4.2«
make: *** [bootstrap] Fehler 2

i tried gcc-3.4.4 too ... same error :(

-- 
           Summary: make bootstrap failed with error in
                    __gnu_debug::_Error_formatter::_Parameter::_M_print_fiel
                    d
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: andreas dot hoehmann at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
  2005-03-09 11:34 [Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field andreas dot hoehmann at gmx dot de
@ 2005-03-09 14:02 ` pinskia at gcc dot gnu dot org
  2005-03-09 14:17 ` andreas dot hoehmann at gmx dot de
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-09 14:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-09 14:02 -------
This works for many people.

Can you attach the preprocessed source?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
  2005-03-09 11:34 [Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field andreas dot hoehmann at gmx dot de
  2005-03-09 14:02 ` [Bug libstdc++/20393] " pinskia at gcc dot gnu dot org
@ 2005-03-09 14:17 ` andreas dot hoehmann at gmx dot de
  2005-03-09 14:23 ` andreas dot hoehmann at gmx dot de
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: andreas dot hoehmann at gmx dot de @ 2005-03-09 14:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From andreas dot hoehmann at gmx dot de  2005-03-09 14:17 -------
i try ;)

/tmp/kde/gcc-3.4.2/gcc/xgcc -v -save-temps -shared-libgcc
-B/tmp/kde/gcc-3.4.2/gcc/ -nostdinc++
-L/tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3/src
-L/tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem
/usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include
-I/tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu
-I/tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3/include
-I/tmp/kde/gcc-3.4.2/libstdc++-v3/libsupc++ -O2 -O -g -O2 -D_GNU_SOURCE
-fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c
../../.././libstdc++-v3/src/debug.cc  -fPIC -DPIC -o .libs/debug.o
Reading specs from /tmp/kde/gcc-3.4.2/gcc/specs
Configured with: ./configure --prefix=/usr
Thread model: posix
gcc version 3.4.2
 /tmp/kde/gcc-3.4.2/gcc/cc1plus -E -quiet -nostdinc++ -v
-I/tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu
-I/tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3/include
-I/tmp/kde/gcc-3.4.2/libstdc++-v3/libsupc++ -iprefix
/tmp/kde/gcc-3.4.2/gcc/../lib/gcc/i686-pc-linux-gnu/3.4.2/ -isystem
/tmp/kde/gcc-3.4.2/gcc/include -isystem /usr/i686-pc-linux-gnu/bin/include
-isystem /usr/i686-pc-linux-gnu/lib/include -D_GNU_SOURCE -D_GNU_SOURCE -DPIC
-isystem /usr/i686-pc-linux-gnu/include -isystem
/usr/i686-pc-linux-gnu/sys-include ../../.././libstdc++-v3/src/debug.cc
-mtune=pentiumpro -Wall -W -Wwrite-strings -Wcast-qual -fno-implicit-templates
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -fPIC
-fworking-directory -O2 -O -O2 -o debug.ii
ignoring nonexistent directory "/usr/i686-pc-linux-gnu/bin/include"
ignoring nonexistent directory "/usr/i686-pc-linux-gnu/lib/include"
ignoring nonexistent directory "/usr/i686-pc-linux-gnu/include"
ignoring nonexistent directory "/usr/i686-pc-linux-gnu/sys-include"
ignoring nonexistent directory
"/tmp/kde/gcc-3.4.2/gcc/../lib/gcc/i686-pc-linux-gnu/3.4.2/include"
ignoring nonexistent directory
"/tmp/kde/gcc-3.4.2/gcc/../lib/gcc/i686-pc-linux-gnu/3.4.2/../../../../i686-pc-linux-gnu/include"
ignoring nonexistent directory "/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/include"
ignoring nonexistent directory "/usr/lib/../i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu
 /tmp/kde/gcc-3.4.2/i686-pc-linux-gnu/libstdc++-v3/include
 /tmp/kde/gcc-3.4.2/libstdc++-v3/libsupc++
 /tmp/kde/gcc-3.4.2/gcc/include
 /usr/local/include
 /usr/include
End of search list.
 /tmp/kde/gcc-3.4.2/gcc/cc1plus -fpreprocessed debug.ii -quiet -dumpbase
debug.cc -mtune=pentiumpro -auxbase-strip .libs/debug.o -g -O2 -O -O2 -Wall -W
-Wwrite-strings -Wcast-qual -version -fno-implicit-templates
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -fPIC -o
debug.s
GNU C++ version 3.4.2 (i686-pc-linux-gnu)
        compiled by GNU C version 3.4.2.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
../../.././libstdc++-v3/src/debug.cc: In member function `void
__gnu_debug::_Error_formatter::_Parameter::_M_print_field(const
__gnu_debug::_Error_formatter*, const char*) const':
../../.././libstdc++-v3/src/debug.cc:260: error: invalid conversion from `const
char* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:260: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:271: error: invalid conversion from `const
std::type_info* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:271: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:299: error: invalid conversion from `const
void* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:299: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:307: error: invalid conversion from `const
std::type_info* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:307: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:317: error: invalid conversion from `const
char* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:317: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:322: error: invalid conversion from `const
void* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:322: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:330: error: invalid conversion from `const
std::type_info* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:330: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:340: error: invalid conversion from `const
char* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:340: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc:350: error: invalid conversion from `const
char* const' to `long int'
../../.././libstdc++-v3/src/debug.cc:350: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'
../../.././libstdc++-v3/src/debug.cc: In member function `void
__gnu_debug::_Error_formatter::_M_error() const':
../../.././libstdc++-v3/src/debug.cc:474: error: invalid conversion from `const
char*' to `long int'
../../.././libstdc++-v3/src/debug.cc:474: error:   initializing argument 1 of
`long int __builtin_expect(long int, long int)'


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
  2005-03-09 11:34 [Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field andreas dot hoehmann at gmx dot de
  2005-03-09 14:02 ` [Bug libstdc++/20393] " pinskia at gcc dot gnu dot org
  2005-03-09 14:17 ` andreas dot hoehmann at gmx dot de
@ 2005-03-09 14:23 ` andreas dot hoehmann at gmx dot de
  2005-03-09 14:34 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: andreas dot hoehmann at gmx dot de @ 2005-03-09 14:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From andreas dot hoehmann at gmx dot de  2005-03-09 14:22 -------
Created an attachment (id=8369)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8369&action=view)
preprocessed files

i hope i tar-ed the right files.
i do:

cd i686-pc-linux-gnu/libstdc++-v3/src
tar cvfj debug.tar.bz2 debug.*

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
  2005-03-09 11:34 [Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field andreas dot hoehmann at gmx dot de
                   ` (2 preceding siblings ...)
  2005-03-09 14:23 ` andreas dot hoehmann at gmx dot de
@ 2005-03-09 14:34 ` pinskia at gcc dot gnu dot org
  2005-03-09 14:43 ` andreas dot hoehmann at gmx dot de
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-09 14:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-09 14:34 -------
Does the following C file compile without warning?
I think this is a bug in glibc (or whos every assert.h you are using).
#include <assert.h>
void f(char *a)
{
  assert(a);
}

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
  2005-03-09 11:34 [Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field andreas dot hoehmann at gmx dot de
                   ` (3 preceding siblings ...)
  2005-03-09 14:34 ` pinskia at gcc dot gnu dot org
@ 2005-03-09 14:43 ` andreas dot hoehmann at gmx dot de
  2005-03-09 15:01 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: andreas dot hoehmann at gmx dot de @ 2005-03-09 14:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From andreas dot hoehmann at gmx dot de  2005-03-09 14:43 -------
> cat assert_test.c

#include <assert.h>
void f(char *a)
{
  assert(a);
}

int main()
{
}

> gcc assert_test.c -o assert_test
assert_test.c: In function `f':
assert_test.c:4: warning: passing arg 1 of `__builtin_expect' makes integer from
pointer without a cast


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
  2005-03-09 11:34 [Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field andreas dot hoehmann at gmx dot de
                   ` (4 preceding siblings ...)
  2005-03-09 14:43 ` andreas dot hoehmann at gmx dot de
@ 2005-03-09 15:01 ` pinskia at gcc dot gnu dot org
  2005-03-09 15:10 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-09 15:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-09 15:01 -------
The only thing I can say is that this is a bug in glibc you are using.  I wonder where __builtin_expect 
comes from.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
  2005-03-09 11:34 [Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field andreas dot hoehmann at gmx dot de
                   ` (5 preceding siblings ...)
  2005-03-09 15:01 ` pinskia at gcc dot gnu dot org
@ 2005-03-09 15:10 ` pinskia at gcc dot gnu dot org
  2005-03-09 15:32 ` andreas dot hoehmann at gmx dot de
  2005-05-10 18:36 ` bkoz at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-09 15:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-09 15:09 -------
Ok, here the situation, glibc removed the __builtin_expect in October of last year.  And had add it in 
August 2003.  So any reason between then and now were broken.  In fact it was fixed two days later for 
pointers.

Did you compile your own glibc?  If so when?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
  2005-03-09 11:34 [Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field andreas dot hoehmann at gmx dot de
                   ` (6 preceding siblings ...)
  2005-03-09 15:10 ` pinskia at gcc dot gnu dot org
@ 2005-03-09 15:32 ` andreas dot hoehmann at gmx dot de
  2005-05-10 18:36 ` bkoz at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: andreas dot hoehmann at gmx dot de @ 2005-03-09 15:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From andreas dot hoehmann at gmx dot de  2005-03-09 15:32 -------
it's a red hat 9 standardinstalltion

rpm -qa | grep glibc

glibc-devel-2.3.2-71
glibc-common-2.3.2-71
glibc-kernheaders-2.4-8.10
glibc-2.3.2-71

rpm -qa | grep libstd

libstdc++-3.2.2-5
compat-libstdc++-7.3-2.96.118
libstdc++-devel-3.2.2-5
compat-libstdc++-devel-7.3-2.96.118

rpm -ql compat-libstdc++
/usr/lib/libg++.so.2.7.2.8
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
/usr/lib/libstdc++-libc6.2-2.so.3
/usr/lib/libstdc++.so.2.7.2.8
/usr/lib/libstdc++.so.2.8.0
/usr/lib/libstdc++.so.2.9.dummy


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
  2005-03-09 11:34 [Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field andreas dot hoehmann at gmx dot de
                   ` (7 preceding siblings ...)
  2005-03-09 15:32 ` andreas dot hoehmann at gmx dot de
@ 2005-05-10 18:36 ` bkoz at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2005-05-10 18:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2005-05-10 18:36 -------

Unable to reproduce on FC3/gcc-3.4.3. I'm closing this as WONTFIX, because
NOTABUG  has been removed from the options. This looks to be an issue with
user's host os.

-benjamin

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-05-10 18:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-09 11:34 [Bug libstdc++/20393] New: make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field andreas dot hoehmann at gmx dot de
2005-03-09 14:02 ` [Bug libstdc++/20393] " pinskia at gcc dot gnu dot org
2005-03-09 14:17 ` andreas dot hoehmann at gmx dot de
2005-03-09 14:23 ` andreas dot hoehmann at gmx dot de
2005-03-09 14:34 ` pinskia at gcc dot gnu dot org
2005-03-09 14:43 ` andreas dot hoehmann at gmx dot de
2005-03-09 15:01 ` pinskia at gcc dot gnu dot org
2005-03-09 15:10 ` pinskia at gcc dot gnu dot org
2005-03-09 15:32 ` andreas dot hoehmann at gmx dot de
2005-05-10 18:36 ` bkoz at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).