[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please test: scrypt 1.2.99



On Mon, Jul 01, 2019 at 09:56:24AM -0700, Colin Percival wrote:
> We worked around a problem with some compilers which didn't understand
> 'restrict' unless they were passed -std=c99, but I don't remember running
> into systems which specifically failed with qualifiers in a function
> declaration.

2018-October:
https://github.com/Tarsnap/scrypt/issues/150#issuecomment-427200652

> If -std=c99 fixes this, we should adjust posix-restrict.c.

Does not fix it.

The problem is caused by:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14050
which fixed in 2007-11-22. GCC 4.2.2 was 2007-10-07, so presumably the first
release which might include it was 4.2.3 or possibly 4.3.0.

Cheers,
- Graham