Bruno Haible reported the build failure in
https://lists.gnu.org/r/bug-gnulib/2018-06/msg00066.html
* lib/parse-datetime.y (parse_datetime2): Remove leading "static"
on declaration of new local.
+2018-06-24 Jim Meyering <meyering@fb.com>
+
+ parse-datetime: accommodate gcc-4.8.5
+ Bruno Haible reported the build failure in
+ https://lists.gnu.org/r/bug-gnulib/2018-06/msg00066.html
+ * lib/parse-datetime.y (parse_datetime2): Remove leading "static"
+ on declaration of new local.
+
2018-06-24 Bruno Haible <bruno@clisp.org>
af_alg: Fail in continuable manner on Linux/powerpc64le.
/* Store a local copy prior to first "goto". Without this, a prior use
below of RELATIVE_TIME_0 on the RHS might translate to an assignment-
to-temporary, which would trigger a -Wjump-misses-init warning. */
- static const relative_time rel_time_0 = RELATIVE_TIME_0;
+ const relative_time rel_time_0 = RELATIVE_TIME_0;
if (strncmp (p, "TZ=\"", 4) == 0)
{