From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B3673858C50; Sat, 22 Apr 2023 12:10:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B3673858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682165440; bh=HloZeeUn3Ug+QyHoRsVezN/E2wqkGru4+g4gh/GZ66I=; h=From:To:Subject:Date:From; b=SWiHp94BI7SX7dxwyv8LeNq5OK3JkxqQ/ZgPaooUQor8ze3s85ziYwN4ye5vMpLoE A4p1V9gXaCvz1olLJ1XMJjWT2gu2g8UHdF1/HJj63/xOMFzq3xUodkyATcisATbPOe xdUn697syhXAQlLhRShAd8najKnHCec7RK+RxwyA= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/109594] New: [14 Regression] ICE verify_gimple failed since r14-67-g2c800ed8d59cff with ASAN Date: Sat, 22 Apr 2023 12:10:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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=3D109594 Bug ID: 109594 Summary: [14 Regression] ICE verify_gimple failed since r14-67-g2c800ed8d59cff with ASAN Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org, rguenth at gcc dot gnu.org Target Milestone: --- The following newly causes an ICE: $ gcc /home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/pr70022.c -O2 -fsanitize=3Daddress /home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/pr70022.c: In function = =E2=80=98foo=E2=80=99: /home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/pr70022.c:7:1: error: conversion of =E2=80=98ssa_name=E2=80=99 on the left hand side of =E2=80=98= view_convert_expr=E2=80=99 7 | foo (v4si v) | ^~~ VIEW_CONVERT_EXPR(v_1(D)); _4 =3D &VIEW_CONVERT_EXPR(v_1(D))[18446744073709551615]; during GIMPLE pass: asan /home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/pr70022.c:7:1: internal compiler error: verify_gimple failed 0x1ea6114 diagnostic_impl(rich_location*, diagnostic_metadata const*, int, = char const*, __va_list_tag (*) [1], diagnostic_t) ???:0 0x1ea6d66 internal_error(char const*, ...) ???:0 0xf3244d verify_gimple_in_cfg(function*, bool, bool) ???:0 0xdfb8e0 execute_function_todo(function*, void*) ???:0 0xdfbe4e execute_todo(unsigned int) ???:0 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions. Simplify gimple_assign_load=