From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94383 invoked by alias); 12 Aug 2015 15:14:25 -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 94238 invoked by uid 89); 12 Aug 2015 15:14:25 -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_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 12 Aug 2015 15:14:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C18A729080; Wed, 12 Aug 2015 11:14:21 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id uFqd7kQI9RmU; Wed, 12 Aug 2015 11:14:21 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9979E2906D; Wed, 12 Aug 2015 11:14:21 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E67124698A; Wed, 12 Aug 2015 08:14:19 -0700 (PDT) Date: Wed, 12 Aug 2015 15:14:00 -0000 From: Joel Brobecker To: Paul_Koning@Dell.com Cc: gdb@sourceware.org Subject: Re: GDB on Mac OS Message-ID: <20150812151419.GM22225@adacore.com> References: <1739A299-ACE9-4D7F-A1DF-E64C89ECC8D1@dell.com> <20150812031208.GJ22225@adacore.com> <95D02D49-26D2-454E-8E11-70EBF7CB5EC5@dell.com> <20150812135946.GL22225@adacore.com> <024F3741-3957-4893-8932-506F53002A26@dell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <024F3741-3957-4893-8932-506F53002A26@dell.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-08/txt/msg00023.txt.bz2 > Does that apply to LLVM warnings, too? There are a whole lot of > those. Some are caused by sending GCC options to the compiler that > LLVM doesn’t understand, in spite of the fact that it proclaims itself > as GCC. It seems that configure will need to be able to tell the > difference and avoid triggering those LLVM incompatibilities. I'm not sure about LLVM. I *think* that we're only aiming for warning-free with GCC. -- Joel