From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) by sourceware.org (Postfix) with ESMTPS id 04D06386100A for ; Tue, 20 Oct 2020 11:39:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 04D06386100A Received: by mail-qt1-x82b.google.com with SMTP id e6so904734qtw.10 for ; Tue, 20 Oct 2020 04:39:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OyD7WbtTnDPDCY0/uqHKgQ+dlJAQquG84tXHmstYuVk=; b=QROExJh+3Ds4fLG4TcdsY304YbQvQzQlfKjFo18uaCcQNX405oaiZe1dc0XlBMVD/4 H9B4AN7QousFINZzZ+7fO1IegvcEHmFYlnWIuGyjvpNJxQuwi+MX6npX835Og/qjwYLx QxVK12joD9gfHiQW4FD8bwFdnish17n0npuAs4p4AKii+rFJbrX0OUKPduwcqKVjt+2e LOLDU+xAJtmJAwFGBo2mWj1dNihxG550MtG99GXnfaui2FIRwQSCbFYGTFeI4OiN6UKP rTvqlUb2zku6FkQIXhelX5+F4s9oXySILaxQQjC0dWJQ3RClyBozR5JjDQCgNbDwOatZ RZPQ== X-Gm-Message-State: AOAM530PxZJGJ47A9sXsjkwzgxoIPGOfX9LBpBUw3ioboz2dH1AsWoSW ERH+IuIMO/jdci8GpiYMVqQq6cyu1QirUeLhP3E7JQ== X-Google-Smtp-Source: ABdhPJz9PXaPu1TaPYNiN71s+Rau9/cigIEyReq0W3crHZoKO91s8uyIxzMrMC6PS2LIeqw9XYW6u4dqV3LdbZMtiJA= X-Received: by 2002:ac8:7247:: with SMTP id l7mr1933723qtp.244.1603193988065; Tue, 20 Oct 2020 04:39:48 -0700 (PDT) MIME-Version: 1.0 References: <339649978.1780844.1603129592020@mail.yahoo.com> In-Reply-To: From: Christian Biesinger Date: Tue, 20 Oct 2020 13:39:11 +0200 Message-ID: Subject: Re: Build Failure on Cygwin To: joel@rtems.org Cc: Hannes Domani , "gdb@sourceware.org" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-19.9 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2020 11:39:50 -0000 On Mon, Oct 19, 2020 at 9:34 PM Joel Sherrill wrote: > And to this from Christian. > > > I've seen this error on various toolchains. I believe it to be a gcc > > bug; however, since it still seems to be an issue on some platforms, > > maybe gdb should avoid using global (nonstatic) threadlocal > > variables... (and instead abstract access to this variable through > > getters/setters) > > I emailed Corrina from Cygwin and she thought it was a gdb issue > and not a Cygwin issue. I didn't know which project was best to file > this on. Did she have any more thoughts on that? Like, what should gdb do differently? Christian