X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Sun, 24 Apr 2016 14:10:01 -0400 Message-Id: <201604241810.u3OIA17t003694@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <571D0950.50907@iki.fi> (djgpp-workers@delorie.com) Subject: Re: Test build of gcc-6.0.1-20160415 References: <5713789D DOT 8070708 AT iki DOT fi> <57152494 DOT 6040808 AT gmx DOT de> <57154DC1 DOT 2080907 AT iki DOT fi> <5717FF70 DOT 3020801 AT gmx DOT de> <57184BDE DOT 5050901 AT iki DOT fi> <571D0950 DOT 50907 AT iki DOT fi> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk FYI I spoke with some of the other gcc maintainers at work, and they agree that disabling the builtins (like we're doing) is the right solution. Alternately, we could tell gcc we're a freestanding implementation (no builtins or assumptions) but we lose some of gcc's optimizations :-(