From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BCE88385780E; Fri, 9 Oct 2020 16:30:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCE88385780E From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/97356] New: [11 regression] several test case failures after r11-3748 Date: Fri, 09 Oct 2020 16:30:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer 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 bug_severity priority component assigned_to reporter 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 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: Fri, 09 Oct 2020 16:30:34 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97356 Bug ID: 97356 Summary: [11 regression] several test case failures after r11-3748 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:ffe8baa996486fa0313aa804a064a58b0b161f07, r11-3748 make -k check-gcc RUNTESTFLAGS=3Dtree-ssa.exp=3Dgcc.dg/tree-ssa/modref-2.c FAIL: gcc.dg/tree-ssa/modref-2.c execution test # of expected passes 1 # of unexpected failures 1 (gdb) run Starting program: /home/seurer/gcc/git/build/gcc-test/./modref-2.exe=20 Program received signal SIGABRT, Aborted. 0x00003fffb7cd260c in __GI_raise (sig=3D) at ../nptl/sysdeps/unix/sysv/linux/raise.c:55 55 return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig); (gdb) where #0 0x00003fffb7cd260c in __GI_raise (sig=3D) at ../nptl/sysdeps/unix/sysv/linux/raise.c:55 #1 0x00003fffb7cd47f8 in __GI_abort () at abort.c:90 #2 0x000000001000053c in main () at /home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/tree-ssa/modref-2.c:22 Also FAIL: gcc.dg/lto/modref-1 c_lto_modref-1_0.o-c_lto_modref-1_1.o execute -O2 -flto-partition=3Dmax -flto commit ffe8baa996486fa0313aa804a064a58b0b161f07 Author: Jan Hubicka Date: Fri Oct 9 11:29:58 2020 +0200 IPA modref: fix miscompilation in clone when IPA modref is used gcc/ChangeLog: PR ipa/97292 PR ipa/97335 * ipa-modref-tree.h (copy_from): Drop summary in a clone.=