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
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
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: