From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devianza.investici.org (devianza.investici.org [198.167.222.108]) by sourceware.org (Postfix) with ESMTPS id D6A0D3858284; Sat, 24 Dec 2022 13:50:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D6A0D3858284 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=autistici.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=autistici.org Received: from 1.mail-backend.investici.org (unknown [10.0.0.11]) by devianza.investici.org (Postfix) with ESMTP id 4NfQRP3rw3z6vG6; Sat, 24 Dec 2022 13:50:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1671889825; bh=HAj2WEHfQdnRn2y2rZcya/0tSUI6rhJz3MiVfatEF0k=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=I9EKCZBpTl/JiWaeK0wXYi85mYYv9ZBziBfOsZU0SMcaq3jIrsFSUKdhoH0Q0DhQG M1qxmdMHYgpB0s81Yn6D+Q26eTqFj27HSVhZxQ9KAmWwvGpQT5O9EguKnvG33R5BcM Qx+JdNB2rhwHeOB4j/NeFz1L8keguU1CG2SwVsdQ= Received: from 1.webmail.investici.org (localhost [127.0.0.1]) (Authenticated sender: i.nixman@autistici.org) by 1.mail-backend.investici.org (Postfix) with ESMTPA id 4NfQRP2cgbz61BP; Sat, 24 Dec 2022 13:50:25 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 24 Dec 2022 13:50:25 +0000 From: i.nixman@autistici.org To: NightStrike Cc: fortran@gcc.gnu.org, i.nixman@autistici.org, libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: Adding a new thread model to GCC In-Reply-To: References: <0f1f223a-3756-1da3-bd1d-b87edd34e1f9@126.com> <21655510.EfDdHjke4D@fomalhaut> <2092961.OBFZWjSADL@fomalhaut> <45c84c01-74ca-3739-6482-2bbc94de0e9a@gmail.com> <00af136c637f5231670c0fb6f7906d42@autistici.org> User-Agent: Roundcube Webmail Message-ID: X-Sender: i.nixman@autistici.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2022-12-24 05:58, NightStrike wrote: > > I think this might have broken fortran. I'm assuming because the > backtrace includes gthr.h, and I just did a git pull: > > In file included from /tmp/rtmingw/mingw/include/windows.h:71, > from ../libgcc/gthr-default.h:606, > from ../../../libgfortran/../libgcc/gthr.h:148, > from ../../../libgfortran/io/io.h:33, > from ../../../libgfortran/runtime/error.c:27: > ../../../libgfortran/io/io.h:298:24: error: expected identifier before > numeric constant > 298 | { CC_LIST, CC_FORTRAN, CC_NONE, > | ^~~~~~~ yes, you are right! this is because the `CC_NONE` was previously defined in `wingdi.h` as `#define CC_NONE 0` thinking...