Rainer Orth writes: > Matthias Klose writes: > >> Bumping the version from from 6.0.0 to 6.1.0 broke gcj, because the minor >> version is still encoded in the gcj abi, not seen during development of the >> 6 series until it was bumped for the final release. > > This is PR java/70839. I just noticed that your patch is incomplete: it leaves the now unused minor around and incorrectly talks about sub-minor versions... Here's what I had in the PR instead: 2016-04-28 Rainer Orth PR java/70839 * decl.c (parse_version): Remove minor handling.