re PR debug/86257 (Program compiled with fPIC crashes while stepping over thread-local variable GDB)

PR debug/86257
	* gcc.target/i386/pr86257.c: Add -mtls-dialect=gnu to dg-options.

From-SVN: r262136
This commit is contained in:
Jakub Jelinek 2018-06-26 12:36:19 +02:00 committed by Jakub Jelinek
parent 2a40ece695
commit 2a73b8e713
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2018-06-26 Jakub Jelinek <jakub@redhat.com>
PR debug/86257
* gcc.target/i386/pr86257.c: Add -mtls-dialect=gnu to dg-options.
2018-06-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.target/i386/pr86257.c: Require 64-bit.

View file

@ -1,7 +1,7 @@
/* { dg-require-effective-target lp64 } */
/* { dg-require-effective-target fpic } */
/* { dg-require-effective-target tls } */
/* { dg-options "-g -fPIC" } */
/* { dg-options "-g -fPIC -mtls-dialect=gnu" } */
__thread int i;