Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-08-19 Thread Mike Stump
On Aug 19, 2014, at 6:12 AM, Kyrill Tkachov wrote: > So how about this? Ok. Thanks.

Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-08-19 Thread Kyrill Tkachov
On 11/08/14 18:34, Mike Stump wrote: On Aug 11, 2014, at 2:06 AM, Richard Earnshaw wrote: Not quite, read the subject line again. Doh. I did miss that entirely. The solutions I gave were for other cases than the case at hand. I'm not sure what the correct change to the testsuite is here.

Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-08-11 Thread Mike Stump
On Aug 11, 2014, at 2:06 AM, Richard Earnshaw wrote: > Not quite, read the subject line again. Doh. I did miss that entirely. The solutions I gave were for other cases than the case at hand. > I'm not sure what the correct change to the testsuite is here. The below is close, let me refine it

Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-08-11 Thread Richard Earnshaw
On 08/08/14 18:53, Mike Stump wrote: > On Aug 7, 2014, at 1:38 AM, Kyrill Tkachov wrote: >> >> Thanks for the detailed explanation, the linker errors I was seeing were >> about relocations being truncated. > > Ah, those are bugs in your port! You should be able to generate large code > and the

Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-08-08 Thread Mike Stump
On Aug 7, 2014, at 1:38 AM, Kyrill Tkachov wrote: > > Thanks for the detailed explanation, the linker errors I was seeing were > about relocations being truncated. Ah, those are bugs in your port! You should be able to generate large code and then relax it into short small code. Large code,

Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-08-07 Thread Kyrill Tkachov
Hi Mike, On 01/08/14 01:00, Mike Stump wrote: On Jul 31, 2014, at 3:55 PM, Ramana Radhakrishnan wrote: However if we have a situation where a port tries to ameliorate some of these errors with linker veneering and the compiler testsuite peels off such error messages and just marks them as UNS

Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-07-31 Thread Mike Stump
On Jul 31, 2014, at 3:55 PM, Ramana Radhakrishnan wrote: > However if we have a situation where a port tries to ameliorate some > of these errors with linker veneering and the compiler testsuite peels > off such error messages and just marks them as UNSUPPORTED instead of > getting a failure, is

Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-07-31 Thread Ramana Radhakrishnan
On Wed, Jul 30, 2014 at 10:35 PM, Mike Stump wrote: > On Jul 22, 2014, at 12:14 PM, Mike Stump wrote: >> On Jul 22, 2014, at 4:01 AM, Kyrill Tkachov wrote: >>> These tests use very large arrays as part of their loop interchange testing >>> so they don't fit into the 1MiB binary size limit impos

Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-07-30 Thread Mike Stump
On Jul 22, 2014, at 12:14 PM, Mike Stump wrote: > On Jul 22, 2014, at 4:01 AM, Kyrill Tkachov wrote: >> These tests use very large arrays as part of their loop interchange testing >> so they don't fit into the 1MiB binary size limit imposed by -mcmodel=tiny. >> This causes errors at link-time.

Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-07-22 Thread Mike Stump
On Jul 22, 2014, at 4:01 AM, Kyrill Tkachov wrote: > These tests use very large arrays as part of their loop interchange testing > so they don't fit into the 1MiB binary size limit imposed by -mcmodel=tiny. > This causes errors at link-time. > Ok to commit? So the test suite should be used to

Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-07-22 Thread Kyrill Tkachov
On 22/07/14 16:01, Sebastian Pop wrote: On Tue, Jul 22, 2014 at 6:01 AM, Kyrill Tkachov wrote: Hi all, These tests use very large arrays as part of their loop interchange testing so they don't fit into the 1MiB binary size limit imposed by -mcmodel=tiny. This causes errors at link-time. Skip

Re: [PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-07-22 Thread Sebastian Pop
On Tue, Jul 22, 2014 at 6:01 AM, Kyrill Tkachov wrote: > Hi all, > > These tests use very large arrays as part of their loop interchange testing > so they don't fit into the 1MiB binary size limit imposed by -mcmodel=tiny. > This causes errors at link-time. > > Skip them when that is the case. > >

[PATCH][AArch64][tests]Skip graphite tests that don't fit -mcmodel=tiny

2014-07-22 Thread Kyrill Tkachov
Hi all, These tests use very large arrays as part of their loop interchange testing so they don't fit into the 1MiB binary size limit imposed by -mcmodel=tiny. This causes errors at link-time. Skip them when that is the case. Ok to commit? Thanks, Kyrill 2014-07-22 Kyrylo Tkachov *