Re: [PATCH, testsuite] Fix PR78544 for Darwin.

2018-08-15 Thread Iain Sandoe
> On 15 Aug 2018, at 20:07, Joseph Myers wrote: > > On Wed, 15 Aug 2018, Iain Sandoe wrote: > >> One of my Grand Ideas (i.e. things that might never happen because of >> time) would be to split out the Well Known Sections used by GCC into >> file/files with .defs for the different flavours.

Re: [PATCH, testsuite] Fix PR78544 for Darwin.

2018-08-15 Thread Joseph Myers
On Wed, 15 Aug 2018, Iain Sandoe wrote: > One of my Grand Ideas (i.e. things that might never happen because of > time) would be to split out the Well Known Sections used by GCC into > file/files with .defs for the different flavours. This would mean one > place to add a new GCC named section

Re: [PATCH, testsuite] Fix PR78544 for Darwin.

2018-08-15 Thread Iain Sandoe
> On 15 Aug 2018, at 19:39, Mike Stump wrote: > > On Aug 15, 2018, at 6:20 AM, Iain Sandoe wrote: >> >> The fails on Darwin are because the section naming convention is different. >> >> The patch adds Darwin-specific section attributes and a corresponding >> target-specific scan-assembler

Re: [PATCH, testsuite] Fix PR78544 for Darwin.

2018-08-15 Thread Mike Stump
On Aug 15, 2018, at 6:20 AM, Iain Sandoe wrote: > > The fails on Darwin are because the section naming convention is different. > > The patch adds Darwin-specific section attributes and a corresponding > target-specific scan-assembler clause. > > OK for trunk? > affected branches (7, 8)? Ok.

[PATCH, testsuite] Fix PR78544 for Darwin.

2018-08-15 Thread Iain Sandoe
Hi, The fails on Darwin are because the section naming convention is different. The patch adds Darwin-specific section attributes and a corresponding target-specific scan-assembler clause. OK for trunk? affected branches (7, 8)? thanks Iain 2018-08-15 Iain Sandoe gcc/testsuite: