From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D093A3858D28; Fri, 13 Oct 2023 15:52:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D093A3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697212355; bh=AVcLjZXaMF3iDOyx+8gSSn1qt0wuQeK8kcoe69r3E04=; h=From:To:Subject:Date:In-Reply-To:References:From; b=U6dll8oK++ioT4YwK1kCnf522wWuaWOP4AIKpZlQumZfYj1Xyx3PIbhJzo2URPb4p Eb37MeuUxI6RxT4/BNHJcOeWSMoYdWf7tv1R3BkUHGq/MHRIMDkNxi7g5tormKl5iT yc0G8r4d7s8VL6rV/ZG+pNOUXAi8PmLU3G17seYQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111800] [14 Regression] ICE with -fdump-tree-ccp1-details Date: Fri, 13 Oct 2023 15:52:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc target_milestone Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111800 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org Target Milestone|--- |14.0 --- Comment #1 from Andrew Pinski --- ICE: ``` during GIMPLE pass: ccp dump file: /app/output.cpp.034t.ccp1 : In function 'q': :42:1: internal compiler error: Segmentation fault 42 | } | ^ 0x22fdf0e internal_error(char const*, ...) ???:0 0x14e8779 print_hex(generic_wide_int > const&, char*) ???:0 0x14e8beb print_hex(generic_wide_int > const&, _IO_FILE*) ???:0 g++: internal compiler error: Segmentation fault signal terminated program = cc1 Please submit a full bug report, with preprocessed source (by using -freport-bug). See for instructions. Compiler returned: 4 ``` Maybe related to some of Jakub's recent wide_int changes ...=