X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Date: Sat, 15 Sep 2018 09:48:01 +0300 Message-Id: <835zz7jly6.fsf@gnu.org> From: "Eli Zaretskii (eliz AT gnu DOT org) [via djgpp-workers AT delorie DOT com]" To: djgpp-workers AT delorie DOT com In-reply-to: (djgpp-workers AT delorie DOT com) Subject: Re: stdbool.h References: <83a7ojkfum DOT fsf AT gnu DOT org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e Reply-To: djgpp-workers AT delorie DOT com > From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp-workers AT delorie DOT com]" > Date: Fri, 14 Sep 2018 23:37:55 +0300 > > > I just tested building a test case like > > #include > > bool _foo = true; > > > > .. with > > gcc -ffreestanding -Wall -W -c 0.c > > > > .. and it does not fail, i.e. gcc-provided stdbool.h is still available > > in -ffreestanding mode. > > > > In any case, I suggest the patch below for stdbool.h. > Comments? LGTM, thanks.