From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1240 invoked by alias); 26 Mar 2019 13:32:18 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 1232 invoked by uid 89); 26 Mar 2019 13:32:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy= X-HELO: mga01.intel.com Received: from mga01.intel.com (HELO mga01.intel.com) (192.55.52.88) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Mar 2019 13:32:16 +0000 Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Mar 2019 06:32:15 -0700 Received: from tassilo.jf.intel.com (HELO tassilo.localdomain) ([10.7.201.137]) by fmsmga005.fm.intel.com with ESMTP; 26 Mar 2019 06:32:14 -0700 Received: by tassilo.localdomain (Postfix, from userid 1000) id B6E6A301C16; Tue, 26 Mar 2019 06:32:14 -0700 (PDT) Date: Tue, 26 Mar 2019 13:32:00 -0000 From: Andi Kleen To: Jakub Jelinek Cc: sameeran joshi , gcc@gcc.gnu.org Subject: Re: [GSoC 2019] [extending Csmith for fuzzing OpenMp extensions] Message-ID: <20190326133214.GL18020@tassilo.jf.intel.com> References: <20190324025508.GF18020@tassilo.jf.intel.com> <87o95yxya1.fsf@linux.intel.com> <20190326072935.GY7611@tucnak> <20190326080550.GA7611@tucnak> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190326080550.GA7611@tucnak> User-Agent: Mutt/1.11.3 (2019-02-01) X-SW-Source: 2019-03/txt/msg00212.txt.bz2 > That is a correct diagnostics. > > See Canonical loop form. > > test-expr One of the following: > var relational-op b > b relational-op var > > ( var relational-op b ) > is neither of those. Still seems strange to fail for some meaningless brackets. But ok. -Andi