From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8768 invoked by alias); 11 Jan 2010 15:03:15 -0000 Received: (qmail 8726 invoked by uid 22791); 11 Jan 2010 15:03:13 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jan 2010 15:03:09 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 37CC0CB01E2; Mon, 11 Jan 2010 16:03:07 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JJ8wWMYzIiDm; Mon, 11 Jan 2010 16:03:07 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 26254CB01D4; Mon, 11 Jan 2010 16:03:07 +0100 (CET) Subject: Re: [patch] Support binary (0b...) numbers Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20100111143749.GA7420@host0.dyn.jankratochvil.net> Date: Mon, 11 Jan 2010 15:03:00 -0000 Cc: gdb-patches@sourceware.org Content-Transfer-Encoding: 7bit Message-Id: References: <20100111143749.GA7420@host0.dyn.jankratochvil.net> To: Jan Kratochvil X-IsSubscribed: yes 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/msg00247.txt.bz2 On Jan 11, 2010, at 3:37 PM, Jan Kratochvil wrote: > 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. 'standard' ? I thought this was a GNU-C extension. Anyways, that's a good idea. Tristan.