From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87963 invoked by alias); 1 Sep 2016 19:01:05 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 87952 invoked by uid 89); 1 Sep 2016 19:01:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_40,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=D*ca, U*simon.marchi, simonmarchipolymtlca, simon.marchi@polymtl.ca X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Sep 2016 19:00:54 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfXEH-0006k6-Vw for gdb@sourceware.org; Thu, 01 Sep 2016 15:00:53 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfXEH-0006k0-St; Thu, 01 Sep 2016 15:00:49 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1649 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bfXED-0003DY-TR; Thu, 01 Sep 2016 15:00:48 -0400 Date: Thu, 01 Sep 2016 19:01:00 -0000 Message-Id: <83wpive982.fsf@gnu.org> From: Eli Zaretskii To: Andrew Pinski CC: palves@redhat.com, simon.marchi@polymtl.ca, gdb@sourceware.org In-reply-to: (message from Andrew Pinski on Thu, 1 Sep 2016 11:36:34 -0700) Subject: Re: Go C++ only Reply-to: Eli Zaretskii References: <212bc30a-e6ad-886b-0881-8206dd91b933@redhat.com> <410fa84696e520ca3845c841fc7391b8@simark.ca> <5479c5a0-a346-1718-5573-eeb4b19bc9db@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00012.txt.bz2 > From: Andrew Pinski > Date: Thu, 1 Sep 2016 11:36:34 -0700 > Cc: Simon Marchi , GDB Development > > Note the only feature I want to use right now is bool instead of char > or int were the value is a boolean. You have bool in C.