From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13582 invoked by alias); 11 Jan 2010 23:03:59 -0000 Received: (qmail 13460 invoked by uid 22791); 11 Jan 2010 23:03:58 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jan 2010 23:03:54 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o0BN3WrS030498; Tue, 12 Jan 2010 00:03:32 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o0BN3UlB030120; Tue, 12 Jan 2010 00:03:30 +0100 (CET) Date: Mon, 11 Jan 2010 23:03:00 -0000 Message-Id: <201001112303.o0BN3UlB030120@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: jan.kratochvil@redhat.com CC: gdb-patches@sourceware.org In-reply-to: <20100111143749.GA7420@host0.dyn.jankratochvil.net> (message from Jan Kratochvil on Mon, 11 Jan 2010 15:37:49 +0100) Subject: Re: [patch] Support binary (0b...) numbers References: <20100111143749.GA7420@host0.dyn.jankratochvil.net> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00282.txt.bz2 > Date: Mon, 11 Jan 2010 15:37:49 +0100 > From: Jan Kratochvil > > Hi, > > it is completely offtopic from my other work but I got now surprised GDB > cannot parse standard C syntax of binary (0b11 == 3) numbers. Uh, standard C? My copy of C99 doesn't seem to mention these.