X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 6 Jun 2015 15:40:37 -0400 Message-Id: <201506061940.t56Jeb4I032016@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <20150606054809.810@kylheku.com> (djgpp@delorie.com) Subject: Re: DJGPP v2.05: some thoughts References: <55673F0B DOT 1090103 AT iki DOT fi> <83twuwwshg DOT fsf AT gnu DOT org> <55675040 DOT 9030008 AT iki DOT fi> <556F6E49 DOT 8010006 AT gmx DOT de> <556FCCDF DOT 7080005 AT iki DOT fi> <83bngvr0ef DOT fsf AT gnu DOT org> <557078B1 DOT 9040004 AT iki DOT fi> <201506041613 DOT t54GDT8m014488 AT delorie DOT com> <5570B1F7 DOT 1070509 AT iki DOT fi> <83pp5aprqw DOT fsf AT gnu DOT org> <20150606054809 DOT 810 AT kylheku DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > The purpose of --ansi (or other C dialect selectors) is to affect the > C dialect used, not the libraries (which are not even part of GCC). The ANSI standard is more than just a dialect. It defines a runtime as well. So if the user asks for "ANSI compliance" we must comply with the ANSI runtime standards. Note that glibc does this also.