PR tree-optimization/89280
* gcc.dg/torture/pr57147-2.c (SetNaClSwitchExpectations): Add static
keyword.
From-SVN: r269256
+2019-02-27 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/89280
+ * gcc.dg/torture/pr57147-2.c (SetNaClSwitchExpectations): Add static
+ keyword.
+
2019-02-27 Richard Biener <rguenther@suse.de>
* gcc.dg/gimplefe-36.c: New testcase.
jmp_buf g_return_jmp_buf;
-void SetNaClSwitchExpectations (void)
+static void SetNaClSwitchExpectations (void)
{
__builtin_longjmp (g_return_jmp_buf, 1);
}