Closed orlitzky closed 1 year ago
In fact one of our users already wrote a patch: https://github.com/gentoo/gentoo/pull/32758/files#diff-a929c5b8bee9569a579126f33e7f4f8f928526f2a0c366b6af7284603279c99e
It would be better to fix it here though.
We accept pull requests here so feel free to do that next time. I just pushed a patch that removes the register
keyword.
Yeah, sorry about all of the drive-by reports. I noticed them languishing on the Gentoo bug tracker (assigned to nobody) and at least wanted to make sure they were reported upstream. Thanks a lot for the fix.
When using a newer compiler (such as clang-16), the build fails:
This was reported to us in Gentoo bug #896246. The solution is pretty simple: delete
register
.