While running the tests with -march=armv5t -mthumb, I came across this
error message which I think could be clearer.
2020-05-14  Christophe Lyon  <christophe.lyon@linaro.org>
	gcc/
	* config/arm/arm.c (thumb1_expand_prologue): Update error message.
+2020-05-14  Christophe Lyon  <christophe.lyon@linaro.org>
+
+        * config/arm/arm.c (thumb1_expand_prologue): Update error message.
+
 2020-05-14  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR target/95046
 
 
   if (IS_INTERRUPT (func_type))
     {
-      error ("interrupt Service Routines cannot be coded in Thumb mode");
+      error ("Interrupt Service Routines cannot be coded in Thumb-1 mode");
       return;
     }