From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1200 invoked by alias); 29 Mar 2019 22:29:05 -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 1174 invoked by uid 89); 29 Mar 2019 22:29:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-qk1-f182.google.com Received: from mail-qk1-f182.google.com (HELO mail-qk1-f182.google.com) (209.85.222.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 29 Mar 2019 22:29:04 +0000 Received: by mail-qk1-f182.google.com with SMTP id s81so2310917qke.13 for ; Fri, 29 Mar 2019 15:29:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=x7wNFkypq9zDWogg666g9efTzr47hMuuxsgHrWgBef8=; b=BZB9k4nbXPssacaTbpQULQ/Syib/Cf2zKDRA/WfOQkcuHP6myMVoIPhrBKgA0xjLVM +HwickXaioKnxQBrPxdPa2uGVt1avR5Pup5Oe0ubUaK+J9/scy7Ia5z8jHNHL68ux0Vn HK4Bw11BwdwxoRKHjZtawGFsBhUj9PDuVBBTNF/XJAfdkh7MhqKWENdRgGPa21rahTby w9jE5hSA2480PI+S2xCY4l72iKNGblelDNX5z0W2dAICa2H6Dxbh/9X+IBJriW1KR/nK PvSIo+YAZ8+8357ZPvl1E2h+8vT/9d1FYoMwN1V4oITmk8/ArLsr/mT+Ie/JMkw/QihH Y3VA== Return-Path: Received: from [192.168.1.101] (173-230-163-230.cable.teksavvy.com. [173.230.163.230]) by smtp.googlemail.com with ESMTPSA id u15sm2188886qth.54.2019.03.29.15.29.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Mar 2019 15:29:01 -0700 (PDT) To: GCC Development From: nick Subject: FIXME in gcc/gimplify.c Message-ID: Date: Fri, 29 Mar 2019 22:29:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00257.txt.bz2 Greetings all, Not sure why this exists still as tree-eh.h is including in tree-eh.c which defines this header as used for this FIXME: #include "tree-pass.h" /* FIXME: only for PROP_gimple_any */ Unless there is something in the build ordering that would cause issues it's indirectly including that way so this header inclusion should now be removed. Unless I'm missing something else which is fine. If not just let me known and I will just send a patch for it, Nick