Re: failure in nightly build

Douglas Katzman via Sbcl-devel <[email protected]> Fri, 13 Mar 2026 14:59:29 -0400
Newsgroups gmane.lisp.steel-bank.devel
Message-ID <CAOrNasxui9t4MTKtrTC0DE4HhLaCt1=0BQ-f50-ekARJw3Yj6A@mail.gmail.com>
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

_______________________________________________
Sbcl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sbcl-devel