From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 38EE33857C43; Sat, 11 Jul 2020 08:02:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 38EE33857C43 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594454532; bh=pukaSXKPk36ljITRESMLakslBs+BxROhXudCJqWKBxE=; h=From:To:Subject:Date:From; b=BFKLmZDWYSNk+Y4yHjz6Soq1L55NKtAQQcjFmHnlNGnBG2TC3UHTeKFijAu3IEV8g 7FeVdgc/2A0gruCvTw8e+xEjRJp264k8Mn1eCJT5SKGOUphJkIdNiC3nJs9hVoO8GM jPL5H+2QnrzpKcJWMMpgrioIT75AR5sAm5WV0T94= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96163] New: another ice in pass slp Date: Sat, 11 Jul 2020 08:02:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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 bug_severity priority component assigned_to reporter target_milestone attachments.created 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2020 08:02:12 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96163 Bug ID: 96163 Summary: another ice in pass slp Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Created attachment 48862 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48862&action=3Dedit C++ source code For the attached C++ source code with flag -O3, recent gcc trunk does this: /home/dcb/gcc/results.20200630/bin/g++ /home/dcb/gcc/results.20200701/bin/g++ bug630.cc: In function =E2=80=98void cm()=E2=80=99: bug630.cc:139:6: error: definition in block 2 follows the use 139 | void cm() { | ^~ for SSA_NAME: vect_cst__16 in statement: vect__2.37_17 =3D _14 / vect_cst__16; during GIMPLE pass: slp bug630.cc:139:6: internal compiler error: verify_ssa failed 0x13fb41b verify_ssa(bool, bool) ../../trunk.git/gcc/tree-ssa.c:1208 0x108dbf5 execute_function_todo ../../trunk.git/gcc/passes.c:1992 Trunk dated 20200630 is fine, 20200701 not.=