https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120933
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>: https://gcc.gnu.org/g:05b1727c06b70386988182259f461bf7e5b239dc commit r16-3356-g05b1727c06b70386988182259f461bf7e5b239dc Author: H.J. Lu <hjl.to...@gmail.com> Date: Sat Aug 23 12:50:33 2025 -0700 x86: Compile noplt-(g|l)d-1.c with -mtls-dialect=gnu Compile noplt-gd-1.c and noplt-ld-1.c with -mtls-dialect=gnu to support the --with-tls=gnu2 configure option since they scan the assembly output for the __tls_get_addr call which is generated by -mtls-dialect=gnu. PR target/120933 * gcc.target/i386/noplt-gd-1.c (dg-options): Add -mtls-dialect=gnu. * gcc.target/i386/noplt-ld-1.c (dg-options): Likewise. Signed-off-by: H.J. Lu <hjl.to...@gmail.com>