Branch: refs/heads/hv/init_myperl
  Home:   https://github.com/Perl/perl5
  Commit: 0ce638951b075ffaf34d8c4d68ca876625503563
      
https://github.com/Perl/perl5/commit/0ce638951b075ffaf34d8c4d68ca876625503563
  Author: Hugo van der Sanden <h...@crypt.org>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M perl.c

  Log Message:
  -----------
  gh19100: avoid buggy "maybe used uninitialized" warning

New warnings introduced around gcc-10 or -11 assume that the call to
pthread_getspecific() in S_init_tls_and_interp may read through the
my_perl pointer provided; writing to any element of the structure
is enough to shut it up.


Reply via email to