Re: [PATCH] Simplify testing symbol sections

2020-11-16 Thread David Edelsohn via Gcc-patches
On Mon, Nov 16, 2020 at 3:41 PM Jeff Law wrote: > > On 11/14/20 7:08 PM, David Edelsohn wrote: > > On Sat, Nov 14, 2020 at 8:58 PM Jeff Law wrote: > >> > >> On 11/14/20 6:35 PM, David Edelsohn wrote: > Jeffrey Law wrote: > I worry a bit about the less common native targets -- aix, h

Re: [PATCH] Simplify testing symbol sections

2020-11-16 Thread Jeff Law via Gcc-patches
On 11/14/20 7:08 PM, David Edelsohn wrote: > On Sat, Nov 14, 2020 at 8:58 PM Jeff Law wrote: >> >> On 11/14/20 6:35 PM, David Edelsohn wrote: Jeffrey Law wrote: I worry a bit about the less common native targets -- aix, hpux and the like. But testing them is too painful to co

Re: [PATCH] Simplify testing symbol sections

2020-11-14 Thread David Edelsohn via Gcc-patches
On Sat, Nov 14, 2020 at 8:58 PM Jeff Law wrote: > > > On 11/14/20 6:35 PM, David Edelsohn wrote: > >> Jeffrey Law wrote: > >> I worry a bit about the less common native targets -- aix, hpux and the > >> like. But testing them is too painful to contemplate these days. I'm > >> sure those with

Re: [PATCH] Simplify testing symbol sections

2020-11-14 Thread Jeff Law via Gcc-patches
On 11/14/20 6:35 PM, David Edelsohn wrote: >> Jeffrey Law wrote: >> I worry a bit about the less common native targets -- aix, hpux and the >> like. But testing them is too painful to contemplate these days. I'm >> sure those with access to suitable hardware will chime in if something >> is

Re: [PATCH] Simplify testing symbol sections

2020-11-14 Thread David Edelsohn via Gcc-patches
> Jeffrey Law wrote: > I worry a bit about the less common native targets -- aix, hpux and the > like. But testing them is too painful to contemplate these days. I'm > sure those with access to suitable hardware will chime in if something > is amiss. All of these testcases now fail on AIX w

Re: [PATCH] Simplify testing symbol sections

2020-11-13 Thread Jeff Law via Gcc-patches
On 11/20/19 11:08 PM, Strager Neds wrote: > While fixing some bugs in __attribute__((section)), I found it difficult > to write tests. Make testing easier: introduce the > scan-assembler-symbol-section and scan-symbol-section helpers. See > in-line documentation for details. > > Testing: > > * Ru

[PATCH] Simplify testing symbol sections

2019-11-20 Thread Strager Neds
While fixing some bugs in __attribute__((section)), I found it difficult to write tests. Make testing easier: introduce the scan-assembler-symbol-section and scan-symbol-section helpers. See in-line documentation for details. Testing: * Run `make check` on x86_64-linux-gnu with --disable-multilib