Fix gcc.dg/tls/thr-cse-1.c for MinGW target

2011-10-26 Thread Joseph S. Myers
gcc.dg/tls/thr-cse-1.c tests that there are not two calls to __emutls_get_address in the output. Normally this just checks for emutls_get_address.*emutls_get_address, but on some targets where the compiler output declares the functions called in some way the testcase has more specific tests.

Re: Fix gcc.dg/tls/thr-cse-1.c for MinGW target

2011-10-26 Thread Kai Tietz
Hi, patch looks fine for mingw 32-bit. With a small nit new test passes for 64-bit mingw version, too. The cygwin-part looks like the mingw one. 2011/10/26 Joseph S. Myers jos...@codesourcery.com: gcc.dg/tls/thr-cse-1.c tests that there are not two calls to __emutls_get_address in the

Re: Fix gcc.dg/tls/thr-cse-1.c for MinGW target

2011-10-26 Thread Joseph S. Myers
On Wed, 26 Oct 2011, Kai Tietz wrote: Hi, patch looks fine for mingw 32-bit. With a small nit new test passes for 64-bit mingw version, too. The cygwin-part looks like the mingw one. I've committed my original patch as what I can test - you may wish to commit followups after testing