From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9E5893865492; Tue, 14 Jul 2020 17:01:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E5893865492 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594746080; bh=JkVcmx7abnZqm/10sLpt7mDTmK9qgGLAjmhUcigFNDU=; h=From:To:Subject:Date:From; b=fnoQbC2W7d/7ieeg4k4K6tejpqKnO7NIZCSbrj1J7wZzl9vFkczTuYYCA7T6+uKkE j88T0WPe8aElZXwGWuPh/P69hXXyGYqhW16mc45iScKn0nqF4nPKf5T62O5ytsJTwY +41baHztb/G1xzQGucPDMud8qTJNXHPRPjJ6GPEA= From: "seurer at linux dot vnet.ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/96198] New: new test case libgomp.c/loop-21.c in r11-2077 Date: Tue, 14 Jul 2020 17:01:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer at linux dot vnet.ibm.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 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 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: Tue, 14 Jul 2020 17:01:20 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96198 Bug ID: 96198 Summary: new test case libgomp.c/loop-21.c in r11-2077 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: seurer at linux dot vnet.ibm.com CC: jakub at gcc dot gnu.org Target Milestone: --- g:f418bd4b92a03ee0ec0fe4cfcd896e86e11ac2cf, r11-2077=20 PASS: libgomp.c/loop-21.c (test for excess errors) . . . Execution timeout is: 300 spawn [open ...] FAIL: libgomp.c/loop-21.c execution test Running it in gdb shows: (gdb) where #0 0x00003fffb7c0258c in __GI_raise (sig=3D) at ../nptl/sysdeps/unix/sysv/linux/raise.c:55 #1 0x00003fffb7c04778 in __GI_abort () at abort.c:90 #2 0x0000000010003548 in .main._omp_fn.4 () #3 0x00003fffb7e36588 in .gomp_thread_start () from /home/seurer/gcc/install/gcc-7.4.0/lib64/libgomp.so.1 #4 0x00003fffb7dccafc in start_thread (arg=3D0x3fffad21f130) at pthread_create.c:309 #5 0x00003fffb7ce6f4c in .__clone () at ../sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S:104=