[cfe-dev] MinGW build does not compile with C++11

Galina Kistanova gkistanova at gmail.com
Fri Mar 14 11:07:07 PDT 2014


Hello everyone,

I have un-defined __STRICT_ANSI__ for MinGW32 builder.
This fixed the issue.

In general, maybe we should define our own types to be within the strict
ansi range, if this is what we want?
Though, this wouldn't fix the issue with 3-rd party code in the test suite.

Thanks

Galina



On Tue, Mar 11, 2014 at 7:34 AM, Aaron Ballman <aaron at aaronballman.com>wrote:

> On Tue, Mar 11, 2014 at 10:28 AM, Yaron Keren <yaron.keren at gmail.com>
> wrote:
> > Mira Fontan later responded that after switching to mingw-builds the
> build
> > was ok, so if we also switch the bot to the mingw-build distribution it
> may
> > start working again. That's not the only reason for switching, the
> > minge-builds distribution supports 64 bit code production which
> mingw.org
> > does not and gets updated more often.
>
> I think the entire point of that bot is to test MinGW32, not MinGW64,
> which is why I brought this up. We already have coverage for MinGW64:
>
> http://bb.pgr.jp/builders/ninja-clang-x64-mingw64-RA
>
> So if we switch this bot to MinGW64, while leaving MinGW32 broken, are
> we going to explicitly say we do not support MinGW32?
>
> ~Aaron
>



-- 
Thanks

Galina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140314/27293dfe/attachment.html>


More information about the cfe-dev mailing list