public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "seurer at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/100422] New: [12 regression] g++.dg/gomp/clause-3.C fails after r12-438
Date: Tue, 04 May 2021 18:53:45 +0000	[thread overview]
Message-ID: <bug-100422-4@http.gcc.gnu.org/bugzilla/> (raw)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100422

            Bug ID: 100422
           Summary: [12 regression] g++.dg/gomp/clause-3.C fails after
                    r12-438
           Product: gcc
           Version: 12.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:1580fc764423bf89e9b853aaa8c65999e37ccb8b, r12-438
make  -k check-gcc RUNTESTFLAGS="gomp.exp=g++.dg/gomp/clause-3.C"
FAIL: g++.dg/gomp/clause-3.C  -std=c++98  (test for errors, line 59)
FAIL: g++.dg/gomp/clause-3.C  -std=c++14  (test for errors, line 59)
FAIL: g++.dg/gomp/clause-3.C  -std=c++17  (test for errors, line 59)
FAIL: g++.dg/gomp/clause-3.C  -std=c++2a  (test for errors, line 59)
# of expected passes            128
# of unexpected failures        4


commit 1580fc764423bf89e9b853aaa8c65999e37ccb8b (HEAD, refs/bisect/bad)
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Tue May 4 13:38:03 2021 +0200

    OpenMP: Support complex/float in && and || reduction


I don't see an error from line 59 so is one missing?

spawn -ignore SIGHUP
/home3/seurer/gcc/git/build/gcc-test/gcc/testsuite/g++/../../xg++
-B/home3/seurer/gcc/git/build/gcc-test/gcc/testsuite/g++/../../
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C
-fdiagnostics-plain-output -nostdinc++
-I/home3/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/libstdc++-v3/include/powerpc64le-unknown-linux-gnu
-I/home3/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/libstdc++-v3/include
-I/home/seurer/gcc/git/gcc-test/libstdc++-v3/libsupc++
-I/home/seurer/gcc/git/gcc-test/libstdc++-v3/include/backward
-I/home/seurer/gcc/git/gcc-test/libstdc++-v3/testsuite/util -fmessage-length=0
-std=c++2a -fopenmp -S -o clause-3.s
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C: In function
'void foo(int)':
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:20:23:
error: 'x' appears more than once in data clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:22:24:
error: 'x' appears more than once in data clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:24:23:
error: 'x' appears more than once in data clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:26:29:
error: 'x' appears more than once in data clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:28:43:
error: 'x' appears more than once in data clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:31:44:
error: 'x' appears more than once in data clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:34:35:
error: 'x' appears more than once in data clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:37:30:
error: 'x' appears more than once in data clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:40:29:
error: 'x' appears more than once in data clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:42:23:
error: 'void bar()' is not a variable in clause 'shared'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:44:24:
error: 'void bar()' is not a variable in clause 'private'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:46:29:
error: 'void bar()' is not a variable in clause 'firstprivate'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:48:28:
error: user defined reduction not found for 'pp'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:50:28:
error: user defined reduction not found for 's'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:57:28:
error: user defined reduction not found for 'd'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:61:23:
error: 'd' must be 'threadprivate' for 'copyin'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:63:23:
error: 'x' must be 'threadprivate' for 'copyin'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:7:13: error:
'q' has incomplete type
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:68:63:
error: invalid use of array with unspecified bounds
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:7:13: error:
'q' has incomplete type
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:70:68:
error: invalid use of array with unspecified bounds
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:7:13: error:
'q' has incomplete type
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:72:71:
error: invalid use of array with unspecified bounds
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:75:23:
error: 't' is predetermined 'threadprivate' for 'shared'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:77:24:
error: 't' is predetermined 'threadprivate' for 'private'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:79:29:
error: 't' is predetermined 'threadprivate' for 'firstprivate'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:81:32:
error: 't' is predetermined 'threadprivate' for 'lastprivate'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:84:28:
error: 't' is predetermined 'threadprivate' for 'reduction'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:86:27:
error: 't' is predetermined 'threadprivate' for 'linear'
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:91:24:
error: 'const' qualified 'c' without 'mutable' member may appear only in
'shared' or 'firstprivate' clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:95:32:
error: 'const' qualified 'c' without 'mutable' member may appear only in
'shared' or 'firstprivate' clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:98:28:
error: 'const' qualified 'c' without 'mutable' member may appear only in
'shared' or 'firstprivate' clauses
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/gomp/clause-3.C:100:27:
error: 'const' qualified 'c' without 'mutable' member may appear only in
'shared' or 'firstprivate' clauses

             reply	other threads:[~2021-05-04 18:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-04 18:53 seurer at gcc dot gnu.org [this message]
2021-05-04 19:05 ` [Bug testsuite/100422] " burnus at gcc dot gnu.org
2021-05-04 19:09 ` jakub at gcc dot gnu.org
2021-05-05  6:29 ` rguenth at gcc dot gnu.org
2021-05-05  8:14 ` cvs-commit at gcc dot gnu.org
2021-05-05  8:17 ` burnus at gcc dot gnu.org
2021-07-18 23:29 ` cvs-commit at gcc dot gnu.org
2022-05-10  8:26 ` cvs-commit at gcc dot gnu.org
2022-05-11  6:26 ` cvs-commit at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-100422-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).