input.c (test_builtins): Fix an assertion.
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 13 Jun 2016 15:45:54 +0000 (15:45 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Mon, 13 Jun 2016 15:45:54 +0000 (15:45 +0000)
2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>

* input.c (test_builtins): Fix an assertion.

From-SVN: r237383

gcc/ChangeLog
gcc/input.c

index 0a2af74432d392b264f2aa1d06747988dba6adde..c2f0f7ecf5e0b7e724a070deaac19df4b0867e20 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * input.c (test_builtins): Fix an assertion.
+
 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
index 0b340a8ed9d150af160fe219ceb3db6917a50e70..e872cf039f74c0e2780dda4ed2b8768fe6711f0f 100644 (file)
@@ -1210,7 +1210,7 @@ test_unknown_location ()
 static void
 test_builtins ()
 {
-  assert_loceq ("<built-in>", 0, 0, BUILTINS_LOCATION);
+  assert_loceq (_("<built-in>"), 0, 0, BUILTINS_LOCATION);
   ASSERT_PRED1 (is_location_from_builtin_token, BUILTINS_LOCATION);
 }