From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29705 invoked by alias); 14 Nov 2014 11:54:28 -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 29670 invoked by uid 48); 14 Nov 2014 11:54:24 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/63868] New: [5 Regression] Multiple failures in the libgomp test suite between r217458 and r217501. Date: Fri, 14 Nov 2014 11:54: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: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: UNCONFIRMED 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 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: 2014-11/txt/msg01230.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63868 Bug ID: 63868 Summary: [5 Regression] Multiple failures in the libgomp test suite between r217458 and r217501. Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: dominiq at lps dot ens.fr CC: jakub at gcc dot gnu.org Multiple failures appeared in the libgomp test suite between r217458 and r217501, see for instance https://gcc.gnu.org/ml/gcc-regression/2014-11/msg00309.html. On x86_64-apple-darwin14, all the failures are UNRESOLVED and the errors are of the kind [Book15] f90/bug% gfc -fopenmp /opt/gcc/work/libgomp/testsuite/libgomp.fortran/target1.f90 /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:1940:Expected comma after segment-name /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:1940:Rest of line ignored. 1st junk character valued 32 ( ). /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:1944:Expected comma after segment-name /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:1944:Rest of line ignored. 1st junk character valued 32 ( ). /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:2290:Expected comma after segment-name /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:2290:Rest of line ignored. 1st junk character valued 32 ( ). /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:2293:Expected comma after segment-name /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:2293:Rest of line ignored. 1st junk character valued 32 ( ). /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:2332:Expected comma after segment-name /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:2332:Rest of line ignored. 1st junk character valued 32 ( ). /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:2332:Junk character 48 (0). /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:2332:Rest of line ignored. 1st junk character valued 111 (o). /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccH5c7Zy.s:2427:Expected comma after segment-name ... with the default as and [Book15] f90/bug% gfc -fopenmp /opt/gcc/work/libgomp/testsuite/libgomp.fortran/target1.f90 -Wa,-q /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccrwTRRF.s:1940:28: error: unexpected token in '.section' directive .section .gnu.offload_vars ^ /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccrwTRRF.s:1945:29: error: unexpected token in '.section' directive .section .gnu.offload_funcs ^ /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccrwTRRF.s:2292:52: error: unexpected token in '.section' directive .section .gnu.offload_lto_.inline.7a3ca29239cf7041 ^ /var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccrwTRRF.s:2296:72: error: unexpected token in '.section' directive .section .gnu.offload_lto___target1_MOD_foo._omp_fn.2.7a3ca29239cf7041 ^ ... withe the clang one.