From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9865 invoked by alias); 9 Mar 2005 14:34:26 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 9775 invoked by uid 48); 9 Mar 2005 14:34:16 -0000 Date: Wed, 09 Mar 2005 14:34:00 -0000 Message-ID: <20050309143416.9773.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050309113421.20393.andreas.hoehmann@gmx.de> References: <20050309113421.20393.andreas.hoehmann@gmx.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/20393] make bootstrap failed with error in __gnu_debug::_Error_formatter::_Parameter::_M_print_field X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg01164.txt.bz2 List-Id: ------- 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 void f(char *a) { assert(a); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393