On 28.04.2016 12:52, Rainer Orth wrote:
Rainer Orth <r...@cebitec.uni-bielefeld.de> writes:
Matthias Klose <d...@ubuntu.com> 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 <r...@cebitec.uni-bielefeld.de>
PR java/70839
* decl.c (parse_version): Remove minor handling.
yes, that looks good. Can't approve it myself.