This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
- From: "andreas dot hoehmann at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Mar 2005 14:43:38 -0000
- Subject: [Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field
- References: <20050309113421.20393.andreas.hoehmann@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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