Re: [PATCH] S/390: Add -march to test case

2019-05-16 Thread Andreas Krebbel
On 15.05.19 17:45, Robin Dapp wrote: > Hi, > > this patch adds -march=z900 to a test case that expects larl for loading > a value via the GOT. On z10 and later, lgrl is used which is tested in > a new test case. > > Regards > Robin > > -- > > gcc/testsuite/ChangeLog: > > 2019-05-15 Robin Da

Re: [PATCH] S/390: Add -march to test case

2019-05-16 Thread Ilya Leoshkevich
> 2019-05-15 Robin Dapp > > * gcc.target/s390/global-array-element-pic.c: Add -march=z900. > * gcc.target/s390/global-array-element-pic2.c: New test for z10+. LGTM

[PATCH] S/390: Add -march to test case

2019-05-15 Thread Robin Dapp
Hi, this patch adds -march=z900 to a test case that expects larl for loading a value via the GOT. On z10 and later, lgrl is used which is tested in a new test case. Regards Robin -- gcc/testsuite/ChangeLog: 2019-05-15 Robin Dapp * gcc.target/s390/global-array-element-pic.c: Add -