From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15606 invoked by alias); 12 Jan 2010 01:09:20 -0000 Received: (qmail 15593 invoked by uid 22791); 12 Jan 2010 01:09:19 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Jan 2010 01:09:11 +0000 Received: (qmail 22543 invoked from network); 12 Jan 2010 01:09:10 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Jan 2010 01:09:10 -0000 Message-ID: <4B4BCBB1.2070201@codesourcery.com> Date: Tue, 12 Jan 2010 01:09:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Jan Kratochvil CC: gdb-patches@sourceware.org Subject: Re: [patch] Support binary (0b...) numbers References: <20100111143749.GA7420@host0.dyn.jankratochvil.net> In-Reply-To: <20100111143749.GA7420@host0.dyn.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00284.txt.bz2 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. > ... and kudos for posting this on a totally appropriate day! :-) Stan