On 26 August 2015 at 14:58, Jiong Wang <jiong.w...@arm.com> wrote: > > This patch cover tlsle tiny model tests, tls size truncation for tiny & > small model included also. > > All testcases pass native test. > > OK for trunk? > > 2015-08-26 Jiong Wang <jiong.w...@arm.com> > > gcc/testsuite/ > * gcc.target/aarch64/tlsle12_tiny_1.c: New testcase for tiny model. > * gcc.target/aarch64/tlsle24_tiny_1.c: Likewise. > * gcc.target/aarch64/tlsle_sizeadj_tiny_1.c: TLS size truncation test > for tiny model. > * gcc.target/aarch64/tlsle_sizeadj_small_1.c: TLS size truncation test > for small model.
Hi Jiong These tests are fragile if the test suite is run with an explicit -mcmodel=* option. I think they need appropriate dg-skip-if directives to ensure they only run with the expected model. /Marcus