From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B417C3858D39; Mon, 27 Feb 2023 17:47:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B417C3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677520047; bh=3FTUjIOEkxEdx9ANlDa+AioNRahFZvFVv/3VMF3AoRg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FlPDvwXls7zaX4CO7U32ZBnQIdBkY3hzXWQWKxFr5DHgkYD6imo0g28M47jZYrudu FoqRNTkrpOcxeQRUm0yx5vIjTfcssL8MNKbANcGaiJI62tyjUSlzrqvrxCwetOhsIb BIaRA9hecZaHF3UwSn7erKaeQXidowL9qG3xBpSw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108942] ICE in build2, at tree.c: 5096 for gcc/testsuite/gcc.dg/torture/ssa-fre-7.c:23:3 Date: Mon, 27 Feb 2023 17:47:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-invalid-code, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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: everconfirmed cf_reconfirmed_on bug_status keywords 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=3D108942 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2023-02-27 Status|UNCONFIRMED |NEW Keywords|ice-on-valid-code |ice-on-invalid-code --- Comment #1 from Andrew Pinski --- So there are two issues here, one a testsuite issue: long unsigned int _1; long unsigned int _2; _1 =3D (long unsigned int) i_3; Those types should have been __SIZE_TYPE__ . The other is the ICE happens because of the invalidness of the above ...=