[Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 9 14:34:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list