From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75318 invoked by alias); 23 Sep 2019 18:19:37 -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 75158 invoked by uid 89); 23 Sep 2019 18:19:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_1,KAM_SHORT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: mx0b-0016f401.pphosted.com Received: from mx0a-0016f401.pphosted.com (HELO mx0b-0016f401.pphosted.com) (67.231.148.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Sep 2019 18:19:35 +0000 Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8NIJXW0006833 for ; Mon, 23 Sep 2019 11:19:33 -0700 Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0a-0016f401.pphosted.com with ESMTP id 2v5h7qfg2y-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Mon, 23 Sep 2019 11:19:33 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 23 Sep 2019 11:19:30 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Mon, 23 Sep 2019 11:19:30 -0700 Received: from sellcey-dt (unknown [10.83.93.146]) by maili.marvell.com (Postfix) with ESMTP id 9A5E93F703F for ; Mon, 23 Sep 2019 11:19:30 -0700 (PDT) Received: from sellcey-dt (localhost [127.0.0.1]) by sellcey-dt (8.15.2/8.15.2/Debian-10) with ESMTP id x8NIJU4e008542 for ; Mon, 23 Sep 2019 11:19:30 -0700 Received: (from steve@localhost) by sellcey-dt (8.15.2/8.15.2/Submit) id x8NIJT9s008489; Mon, 23 Sep 2019 11:19:29 -0700 Date: Mon, 23 Sep 2019 18:19:00 -0000 From: Steve Ellcey Message-ID: <201909231819.x8NIJT9s008489@sellcey-dt> To: Subject: ICE when compiling SPEC 526.blender_r benchmark (profiling) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Reply-To: X-SW-Source: 2019-09/txt/msg00208.txt.bz2 Before I submit a Bugzilla report or try to cut down a test case, has any one seen this problem when compiling the 526.blender_r benchmark from SPEC 2017: Compiling with '-Ofast -flto -march=native -fprofile-generate' on Aarch64: during GIMPLE pass: vect blender/source/blender/imbuf/intern/indexer.c: In function 'IMB_indexer_open': blender/source/blender/imbuf/intern/indexer.c:157:20: internal compiler error: in execute_todo, at passes.c:2012 157 | struct anim_index *IMB_indexer_open(const char *name) | ^ 0xa5ee2b execute_todo ../../gcc/gcc/passes.c:2012 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.