From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50319 invoked by alias); 4 May 2015 13:38:38 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 50249 invoked by uid 48); 4 May 2015 13:38:34 -0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/66005] New: libgomp make check time is excessive Date: Mon, 04 May 2015 13:38:00 -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: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro 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 cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-05/txt/msg00230.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66005 Bug ID: 66005 Summary: libgomp make check time is excessive Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: jakub at gcc dot gnu.org, tschwinge at gcc dot gnu.org Target Milestone: --- With all those OpenACC tests having been added to the libgomp testsuite, make check times have skyrocketed on the gcc 5 branch and mainline: On a reasonably fast x86 machine, it takes 4286 seconds: Test Run By ro on Sat May 2 00:56:49 2015 runtest completed at Sat May 2 02:08:15 2015 while e.g. on slower sparc boxes we're at 29406 seconds: Test Run By ro on Fri May 1 18:38:07 2015 runtest completed at Sat May 2 02:48:13 2015 while for 4.9 we had only 7825 seconds: Test Run By ro on Sat May 2 17:20:23 2015 runtest completed at Sat May 2 19:30:48 2015 Being sequential, the libgomp testsuite is the last to finish, slowing down the whole test. Rainer