I haven't added the needed dg- directives to decomp18.C test
which uses thread_local and is a dg-do run test.
This adds those.
2025-12-03 Jakub Jelinek <jakub@redhat.com>
PR target/122983
* g++.dg/cpp26/decomp18.C: Add dg-add-options tls and
dg-require-effective-target tls_runtime directives.
// P1061R10 - Structured Bindings can introduce a Pack
// { dg-do run { target c++11 } }
// { dg-options "" }
+// { dg-add-options tls }
+// { dg-require-effective-target tls_runtime }
struct S { int a, b, c; };
namespace std {