From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BFEC83858D28; Mon, 30 Jan 2023 12:47:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFEC83858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675082832; bh=Tf1B2BqDEdBurVIGxjhk4fYIs7jtGgsjRkTPbrWNZKo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EvcD1/YddjiAtuG/wEBRR/V4AQCBriwNMSez0W21D3Wb3FMQqB6mE/b7qjd+jZ6v1 5Ili/oJ+wSSOF8eDyTkWXd6Wu0pcgDtPXXuOiBx9vJFT2xY4fYK5YK0ihGixtgljXr 8Vc1lcBHgdT82DRpDFQSe6LyAXx4Fk1Rzf0bHRm4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyB0cmVlLW9wdGltaXphdGlvbi8xMDg1ODJdIFsxMiBSZWdy?= =?UTF-8?B?ZXNzaW9uXSBJQ0Ugb24gdmFsaWQgY29kZSBhdCAtT3MgYW5kIGFib3ZlIHdp?= =?UTF-8?B?dGggIi1mbm8tdHJlZS1jY3AgLWZuby10cmVlLWRjZSI6IHRyZWUgY2hlY2s6?= =?UTF-8?B?IGV4cGVjdGVkIGNsYXNzIOKAmHR5cGXigJksIGhhdmUg4oCYZXhjZXB0aW9u?= =?UTF-8?B?YWzigJkgKGVycm9yX21hcmspIGluIHVzZWxlc3NfdHlwZV9jb252ZXJzaW9u?= =?UTF-8?B?X3AsIGF0IGdpbXBsZS1leHByLmNjOjg3?= Date: Mon, 30 Jan 2023 12:47:12 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work cf_known_to_fail short_desc 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=3D108582 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |11.1.0, 13.0 Known to fail| |12.2.0 Summary|[12/13 Regression] ICE on |[12 Regression] ICE on |valid code at -Os and above |valid code at -Os and above |with "-fno-tree-ccp |with "-fno-tree-ccp |-fno-tree-dce": tree check: |-fno-tree-dce": tree check: |expected class =E2=80=98type=E2=80=99, have |expected c= lass =E2=80=98type=E2=80=99, have |=E2=80=98exceptional=E2=80=99 (error_mark) |=E2=80=98e= xceptional=E2=80=99 (error_mark) |in |in |useless_type_conversion_p, |useless_type_conversion_p, |at gimple-expr.cc:87 |at gimple-expr.cc:87 --- Comment #8 from Andrew Pinski --- Fixed on the trunk, still latent in GCC 12, will be backporting the patch n= ext week.=