Re: [PATCH] testsuite: Fix various scan-assembler-symbol-section issues

2020-12-14 Thread David Edelsohn via Gcc-patches
On Mon, Dec 14, 2020 at 9:44 AM Rainer Orth wrote: > > Hi David, > > > On Fri, Dec 4, 2020 at 5:35 AM Rainer Orth > > wrote: > > > >> On AIX 7.2, there are changes like > >> > >> -PASS: g++.dg/gomp/tls-5.C -std=c++2a scan-assembler-symbol-section > >> symbol ^_?ir$ (found ir) has section ^\\.tb

Re: [PATCH] testsuite: Fix various scan-assembler-symbol-section issues

2020-12-14 Thread Rainer Orth
Hi David, > On Fri, Dec 4, 2020 at 5:35 AM Rainer Orth > wrote: > >> On AIX 7.2, there are changes like >> >> -PASS: g++.dg/gomp/tls-5.C -std=c++2a scan-assembler-symbol-section >> symbol ^_?ir$ (found ir) has section ^\\.tbss|\\[TL\\] (found >> _tls5.tls_[TL],4) >> +PASS: g++.dg/gomp/tls-5.C -s

Re: [PATCH] testsuite: Fix various scan-assembler-symbol-section issues

2020-12-14 Thread Rainer Orth
Hi Iain, >> * Next, I ran the tests on Darwin 11 and found two failing tests: [...] >> The other failing test is >> >> FAIL: g++.dg/gomp/tls-5.C -std=c++14 scan-assembler-symbol-section >> symbol ^_?_ZGR2ir_\$ (symbol not found) has section >> ^.tdata|[TL] >> FAIL: g++.dg/gomp/tls-5

Re: [PATCH] testsuite: Fix various scan-assembler-symbol-section issues

2020-12-04 Thread David Edelsohn via Gcc-patches
On Fri, Dec 4, 2020 at 5:35 AM Rainer Orth wrote: > On AIX 7.2, there are changes like > > -PASS: g++.dg/gomp/tls-5.C -std=c++2a scan-assembler-symbol-section symbol > ^_?ir$ (found ir) has section ^\\.tbss|\\[TL\\] (found _tls5.tls_[TL],4) > +PASS: g++.dg/gomp/tls-5.C -std=c++2a scan-assem

Re: [PATCH] testsuite: Fix various scan-assembler-symbol-section issues

2020-12-04 Thread Iain Sandoe
Hi Rainer, thanks for looking at this, I was trying to see how to fix the failing Darwin tests last week, and concluded that the absence of target selectors/xfail meant skipping some tests - this is a much better solution. Rainer Orth wrote: I recently started looking into scan-assembler-symb