Re: failure in nightly build
[email protected] (Don Cohen) Fri, 13 Mar 2026 19:42:38 +0000
| Newsgroups | gmane.lisp.steel-bank.devel |
|---|---|
| Message-ID | <[email protected]> |
Your change seems to have solved the problem. Thanks. Douglas Katzman writes: > On Fri, Mar 13, 2026 at 2:50â¯PM Don Cohen < > [email protected]> wrote: > > > > > globals.c:124:28: error: initializer element is not constant > > int dynamic_values_bytes = 4096 * bytes_per_tls_symbol; // same for all > > threads > > ^~~~ > > > > Your compiler is wrong since 'const' is literally right there in the > source code: > > src/runtime/thread.h:static *const* int bytes_per_tls_symbol = > N_WORD_BYTES; > > I pushed a change that should be equivalent