public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/103201] New: [12 Regression] trunk 20211111 ftbfs for amdgcn
@ 2021-11-11 21:43 doko at debian dot org
  2021-11-12  7:43 ` [Bug target/103201] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at debian dot org @ 2021-11-11 21:43 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103201
           Summary: [12 Regression] trunk 20211111 ftbfs for amdgcn
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at debian dot org
  Target Milestone: ---

seen with trunk 20211111, building the amdgcn offload compiler:

../../../src-gcn/libgomp/teams.c: In function 'GOMP_teams_reg':
../../../src-gcn/libgomp/teams.c:49:6: error: 'struct gomp_thread' has no
member named 'num_teams'
   49 |   thr->num_teams = num_teams - 1;
      |      ^~
../../../src-gcn/libgomp/teams.c:50:11: error: 'struct gomp_thread' has no
member named 'team_num'
   50 |   for (thr->team_num = 0; thr->team_num < num_teams; thr->team_num++)
      |           ^~
../../../src-gcn/libgomp/teams.c:50:30: error: 'struct gomp_thread' has no
member named 'team_num'
   50 |   for (thr->team_num = 0; thr->team_num < num_teams; thr->team_num++)
      |                              ^~
../../../src-gcn/libgomp/teams.c:50:57: error: 'struct gomp_thread' has no
member named 'team_num'
   50 |   for (thr->team_num = 0; thr->team_num < num_teams; thr->team_num++)
      |                                                         ^~
../../../src-gcn/libgomp/teams.c:52:6: error: 'struct gomp_thread' has no
member named 'num_teams'
   52 |   thr->num_teams = 0;
      |      ^~
../../../src-gcn/libgomp/teams.c:53:6: error: 'struct gomp_thread' has no
member named 'team_num'
   53 |   thr->team_num = 0;
      |      ^~
../../../src-gcn/libgomp/teams.c: In function 'omp_get_num_teams':
../../../src-gcn/libgomp/teams.c:65:13: error: 'struct gomp_thread' has no
member named 'num_teams'
   65 |   return thr->num_teams + 1;
      |             ^~
../../../src-gcn/libgomp/teams.c: In function 'omp_get_team_num':
../../../src-gcn/libgomp/teams.c:72:13: error: 'struct gomp_thread' has no
member named 'team_num'
   72 |   return thr->team_num;
      |             ^~

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-11-15 12:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11 21:43 [Bug target/103201] New: [12 Regression] trunk 20211111 ftbfs for amdgcn doko at debian dot org
2021-11-12  7:43 ` [Bug target/103201] " rguenth at gcc dot gnu.org
2021-11-12  7:51 ` [Bug target/103201] [12 Regression] trunk 20211111 ftbfs for amdgcn – libgomp/teams.c:49:6: error: 'struct gomp_thread' has no member named 'num_teams' burnus at gcc dot gnu.org
2021-11-12  9:32 ` marxin at gcc dot gnu.org
2021-11-12  9:43 ` jakub at gcc dot gnu.org
2021-11-12 15:07 ` ams at gcc dot gnu.org
2021-11-12 15:14 ` cvs-commit at gcc dot gnu.org
2021-11-15 12:12 ` jakub at gcc dot gnu.org

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).