Index: tests/.expect/declarationSpecifier.arm64.txt
===================================================================
--- tests/.expect/declarationSpecifier.arm64.txt	(revision ed9a1ae9fd2dfee0f1af522273e707b0ae29b439)
+++ tests/.expect/declarationSpecifier.arm64.txt	(revision 64af7ac69e4ebb00c2d1b772d1ad6152a8bb9637)
@@ -735,4 +735,6 @@
 }
 static volatile const struct __anonymous15 _X3x36KVS13__anonymous15_1;
+_Thread_local signed int _X3x37i_1;
+__thread signed int _X3x38i_1;
 static inline volatile const signed int _X3f11Fi___1();
 static inline volatile const signed int _X3f12Fi___1();
Index: tests/.expect/declarationSpecifier.x64.txt
===================================================================
--- tests/.expect/declarationSpecifier.x64.txt	(revision ed9a1ae9fd2dfee0f1af522273e707b0ae29b439)
+++ tests/.expect/declarationSpecifier.x64.txt	(revision 64af7ac69e4ebb00c2d1b772d1ad6152a8bb9637)
@@ -735,4 +735,6 @@
 }
 static volatile const struct __anonymous15 _X3x36KVS13__anonymous15_1;
+_Thread_local signed int _X3x37i_1;
+__thread signed int _X3x38i_1;
 static inline volatile const signed int _X3f11Fi___1();
 static inline volatile const signed int _X3f12Fi___1();
Index: tests/.expect/declarationSpecifier.x86.txt
===================================================================
--- tests/.expect/declarationSpecifier.x86.txt	(revision ed9a1ae9fd2dfee0f1af522273e707b0ae29b439)
+++ tests/.expect/declarationSpecifier.x86.txt	(revision 64af7ac69e4ebb00c2d1b772d1ad6152a8bb9637)
@@ -735,4 +735,6 @@
 }
 static volatile const struct __anonymous15 _X3x36KVS13__anonymous15_1;
+_Thread_local signed int _X3x37i_1;
+__thread signed int _X3x38i_1;
 static inline volatile const signed int _X3f11Fi___1();
 static inline volatile const signed int _X3f12Fi___1();
Index: tests/declarationSpecifier.cfa
===================================================================
--- tests/declarationSpecifier.cfa	(revision ed9a1ae9fd2dfee0f1af522273e707b0ae29b439)
+++ tests/declarationSpecifier.cfa	(revision 64af7ac69e4ebb00c2d1b772d1ad6152a8bb9637)
@@ -1,10 +1,10 @@
-// 
+//
 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
 //
 // The contents of this file are covered under the licence agreement in the
 // file "LICENCE" distributed with Cforall.
-// 
-// declarationSpecifier.cfa -- 
-// 
+//
+// declarationSpecifier.cfa --
+//
 // Author           : Peter A. Buhr
 // Created On       : Wed Aug 17 08:21:04 2016
@@ -12,5 +12,5 @@
 // Last Modified On : Tue Apr 30 18:20:36 2019
 // Update Count     : 4
-// 
+//
 
 typedef short int Int;
@@ -51,4 +51,7 @@
 struct { Int i; } const static volatile x35;
 struct { Int i; } const volatile static x36;
+
+_Thread_local int x37;
+__thread int x38;
 
 static inline const volatile int f11();
Index: tests/quotedKeyword.cfa
===================================================================
--- tests/quotedKeyword.cfa	(revision ed9a1ae9fd2dfee0f1af522273e707b0ae29b439)
+++ tests/quotedKeyword.cfa	(revision 64af7ac69e4ebb00c2d1b772d1ad6152a8bb9637)
@@ -31,5 +31,5 @@
 	``__int128, ``__label__, ``long, ``lvalue, ``_Noreturn, ``__builtin_offsetof, ``otype, ``register, ``restrict,
 	``__restrict, ``__restrict__, ``return, ``short, ``signed, ``__signed, ``__signed__, ``sizeof, ``static,
-	``_Static_assert, ``struct, ``switch, ``_Thread_local, ``throw, ``throwResume, ``trait, ``try, ``typedef,
+	``_Static_assert, ``struct, ``switch, ``_thread, ``_Thread_local, ``throw, ``throwResume, ``trait, ``try, ``typedef,
 	``typeof, ``__typeof, ``__typeof__, ``union, ``unsigned, ``__builtin_va_list, ``void, ``volatile, ``__volatile,
 	``__volatile__, ``while;
