Re: [PATCH] Requre nonpic target on some PR target/70155 tests

2016-04-29 Thread H.J. Lu
On Fri, Apr 29, 2016 at 10:05 AM, Uros Bizjak wrote: > On Fri, Apr 29, 2016 at 6:32 PM, H.J. Lu wrote: >> Some PR target/70155 tests check for nonexistence of the *movdi_internal >> pattern. Since PIC leads to the *movdi_internal pattern, skip those >> tests if PIC is used. >> >> Tested on x86-6

Re: [PATCH] Requre nonpic target on some PR target/70155 tests

2016-04-29 Thread Uros Bizjak
On Fri, Apr 29, 2016 at 6:32 PM, H.J. Lu wrote: > Some PR target/70155 tests check for nonexistence of the *movdi_internal > pattern. Since PIC leads to the *movdi_internal pattern, skip those > tests if PIC is used. > > Tested on x86-64. OK for trunk? IMO, it would be better to add condition t

Re: [PATCH] Requre nonpic target on some PR target/70155 tests

2016-04-29 Thread Dominique d'Humières
> Some PR target/70155 tests check for nonexistence of the *movdi_internal > pattern. Since PIC leads to the *movdi_internal pattern, skip those > tests if PIC is used. > > Tested on x86-64. OK for trunk? I cannot approve the patch, but I confirm that the tests fail on darwin. TIA, Dominique