diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-09 16:27:14 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-09 16:27:14 +0000 |
| commit | 5c3667a19751f3f0b11b07c3712b152a70c650ba (patch) | |
| tree | 3b365f54da686b951378eabd14acdaf98bd0eb15 /gcc/testsuite/gcc.dg/tls/init-1.c | |
| parent | bd09cd3e0a1b43658bb0d2169721ff2b3e95ea0e (diff) | |
| download | ppe42-gcc-5c3667a19751f3f0b11b07c3712b152a70c650ba.tar.gz ppe42-gcc-5c3667a19751f3f0b11b07c3712b152a70c650ba.zip | |
Revert emutls patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117578 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/tls/init-1.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/tls/init-1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/tls/init-1.c b/gcc/testsuite/gcc.dg/tls/init-1.c index 97258643bf2..fa4208dce0c 100644 --- a/gcc/testsuite/gcc.dg/tls/init-1.c +++ b/gcc/testsuite/gcc.dg/tls/init-1.c @@ -1,4 +1,5 @@ /* Invalid initializations. */ +/* { dg-require-effective-target tls } */ extern __thread int i; int *p = &i; /* { dg-error "initializer element is not constant" } */ |

