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:
parent
2a40ece695
commit
2a73b8e713
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue