Re: [Mingw-w64-public] mingw intrinsics header clashes with clang intrinsics

2014-04-24 Thread Ruben Van Boxem
2014-04-24 11:45 GMT+02:00 Jacek Caban : > On 04/24/14 11:26, G M wrote: > > Hi Everyone > > > > I thought you might want to know that if I use clang 3.5 from trunk to > > compile mingw's windows.h file like so: > > > > // w3.cpp - no main even > > #include > > clang++ -fms-extensions w3.cpp > >

Re: [Mingw-w64-public] mingw intrinsics header clashes with clang intrinsics

2014-04-24 Thread Jacek Caban
On 04/24/14 11:26, G M wrote: > Hi Everyone > > I thought you might want to know that if I use clang 3.5 from trunk to > compile mingw's windows.h file like so: > > // w3.cpp - no main even > #include > clang++ -fms-extensions w3.cpp > > I get errors the errors shown below. I emailed one of the gu

[Mingw-w64-public] mingw intrinsics header clashes with clang intrinsics

2014-04-24 Thread G M
Hi Everyone I thought you might want to know that if I use clang 3.5 from trunk to compile mingw's windows.h file like so: // w3.cpp - no main even #include clang++ -fms-extensions w3.cpp I get errors the errors shown below. I emailed one of the guys on the clang team to ask what they thought w