[Mingw-w64-public] c++ os specific and currently gcc-4_5-branch svn

2010-06-20 Thread t66...@gmail.com
Hello: Yesterday I encountered a really weird / oddly gcc bug. AFAICT , that gcc-4_5 branch during that last past month that the C++ was changed. Now that the C99 implementation of C++ is in GCC 4.5 branch which indeed breaks a mingw-w64 compiler, in that aspect of C++. In the internal gcc libs

Re: [Mingw-w64-public] #include fails without -I...include/ddk

2010-06-20 Thread Doug Semler
On Sun, Jun 20, 2010 at 12:03 PM, Henry N. wrote: >  Hello, > > in the 32 bit build environment a simple include like > >  >>> cat check.c >>> >     #include > <<< end check.c <<< > > works with that command line: > >     i686-pc-mingw32-gcc -c check.c > > With the 64 bit toolchain (20100604_seze

[Mingw-w64-public] #include fails without -I...include/ddk

2010-06-20 Thread Henry N.
Hello, in the 32 bit build environment a simple include like >>> cat check.c >>> #include <<< end check.c <<< works with that command line: i686-pc-mingw32-gcc -c check.c With the 64 bit toolchain (20100604_sezero) and headers from mingw-w64/experimental/ddk_test SVN 2511: