From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6AFD23858C52; Tue, 16 Jan 2024 19:18:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6AFD23858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705432685; bh=F3ebcPos9waGtjEGrJoYuisyewOBWYr6lbj/cH/Vn14=; h=From:To:Subject:Date:From; b=fonX9V0PC12lL0sZueXjiHRzU79Mlb97x/GZ3Ua1Vetud4g2ZVojM72SVEh8avw23 jc2GIaAOwshDun6WH651BYmYhiZ3cpAWgG2n5QqIIXWFL9mRmGVlBMrDx2elW2JW8z 1GxR5Be/s83LWmd/iW5YkZmA0MpHouKy4EIMRjtw= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/113428] New: [14 regression] gcc.dg/gomp/bad-array-section-c-3.c fails after r14-7158-gb5476e4c881b0d Date: Tue, 16 Jan 2024 19:18:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113428 Bug ID: 113428 Summary: [14 regression] gcc.dg/gomp/bad-array-section-c-3.c fails after r14-7158-gb5476e4c881b0d Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:b5476e4c881b0d2bfbbfb84ee38d791123acf8e1, r14-7158-gb5476e4c881b0d Seeing this on big endian with -m32. Works fine on BE with -m64. make -k check-gcc RUNTESTFLAGS=3D"--target_board=3Dunix'{-m32}' gomp.exp=3Dgcc.dg/gomp/bad-array-section-c-3.c" FAIL: gcc.dg/gomp/bad-array-section-c-3.c at line 14 (test for warnings, l= ine 12) # of expected passes 4 # of unexpected failures 1 spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test/gcc/xgcc -B/home/seurer/gcc/git/build/gcc-test/gcc/ /home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/gomp/bad-array-section-c= -3.c -m32 -fdiagnostics-plain-output -fopenmp -S -o bad-array-section-c-3.s /home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/gomp/bad-array-section-c= -3.c: In function 'main': /home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/gomp/bad-array-section-c= -3.c:12:58: error: expected ']' before ':' token /home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/gomp/bad-array-section-c= -3.c:12:23: sorry, unimplemented: unsupported map expression '{(int *)arr[5]}' /home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/gomp/bad-array-section-c= -3.c:19:23: sorry, unimplemented: unsupported map expression '{&arr[5]}' compiler exited with status 1 PASS: gcc.dg/gomp/bad-array-section-c-3.c at line 13 (test for errors, line 12) FAIL: gcc.dg/gomp/bad-array-section-c-3.c at line 14 (test for warnings, l= ine 12) PASS: gcc.dg/gomp/bad-array-section-c-3.c at line 15 (test for warnings, l= ine 12) PASS: gcc.dg/gomp/bad-array-section-c-3.c at line 20 (test for warnings, l= ine 19) commit b5476e4c881b0d2bfbbfb84ee38d791123acf8e1 (HEAD) Author: Julian Brown Date: Mon Nov 15 02:23:49 2021 -0800 OpenMP: lvalue parsing for map/to/from clauses (C)=