Commit 2a73b8e7 by Jakub Jelinek Committed by Jakub Jelinek

re PR debug/86257 (Program compiled with fPIC crashes while stepping over…

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
parent 2a40ece6
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> 2018-06-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.target/i386/pr86257.c: Require 64-bit. * gcc.target/i386/pr86257.c: Require 64-bit.
......
/* { dg-require-effective-target lp64 } */ /* { dg-require-effective-target lp64 } */
/* { dg-require-effective-target fpic } */ /* { dg-require-effective-target fpic } */
/* { dg-require-effective-target tls } */ /* { dg-require-effective-target tls } */
/* { dg-options "-g -fPIC" } */ /* { dg-options "-g -fPIC -mtls-dialect=gnu" } */
__thread int i; __thread int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment