Re: [PATCH 00/14] glr2.cc: fix linking conflicts
Hans Ã…berg <[email protected]> Mon, 13 Sep 2021 15:29:25 +0200
| Newsgroups | gmane.comp.parsers.bison.patches |
|---|---|
| Message-ID | <[email protected]> |
> On 13 Sep 2021, at 07:29, Akim Demaille <[email protected]> = wrote: >=20 > Hi Tom, >=20 >> Le 12 sept. 2021 =C3=A0 20:50, Tom Shields a =C3=A9crit : >>=20 >> Akim, >>=20 >> The Ox attribute grammar evaluator generator compiles, links, and = passes its regression tests under macOS Big Sur (v11.5.2) using this = version of Bison with the following C++ compilers: >> - Xcode (12.5.1): g++ reports its version as =E2=80=98Apple clang = version 12.0.5 (clang-1205.0.22.11) >> - GNU (Homebrew): g++ reports its version as =E2=80=98Homebrew GCC = 11.2.0) 11.1.0=E2=80=99 >> - LLVM (Homebrew): clang++ reports it version as =E2=80=98Homebrew = clang version 12.0.1' >=20 > Wonderful news, thanks a lot! With Ox 1.9.3 and gcc (MacPorts gcc11 11.2.0_1) 11.2.0 on the same = platform, make check passes (the OP did not mention the version, and I = was not aware of that it is being developed).