https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58624
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Note the thread_local10.C test fails on the 4.8 branch. The problem is that the 4.8 branch doesn't contain the https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/testsuite/g%2B%2B.dg/plugin/plugin.exp?r1=208416&r2=208415&pathrev=208416&limit_changes=0&view=patch the change and thus if plugin.exp is run before tls.exp, the default flags include -ansi. Jason, do you think that change (just the plugin.exp one) is ok for 4.8.4, or alternatively we can add something like // { dg-options "" } to the test.