On 2013-12-6 16:42, niXman wrote:
> Hi guys!
> 
> I'm pleased to announce the new builds of MinGW-W64 based on the 
> GCC-4.8.2 at rev.1.
> Changes from rev.0 is:
>   - Binutils updated to 2.24
>   - MinGW-w64 v3 rev.6391
>   - Backport MinGW-w64 runtime commits from trunk to stable version:
>       6303: Fixed conflicts with xmmintrin.h.
>       6332: Install libvfw32.a once again
>       6385: Update shlwapi.def for Win7 32-bit
>       6386: Update shlwapi.def for Win7 64-bit
>       6390: Update shell32.def from Win7
>   - Update make to latest from git.
>   - Fix installing gcc libraries for Python
>   - Relocate c++ headers to <target>/include/c++
> 

Another issue is that 32 bit GDB can't handle a inferior call of a non-static 
member function, so even a simple "p v[0]" command will fail if v is a 
std::vector.
See this bug: GDB Bug 15559–Method call and calling convention 
https://sourceware.org/bugzilla/show_bug.cgi?id=15559
I have a nasty patch to handle/workaround this there(in the comment 8 of the 
above Bug report), hope it wil be helpful.

Yuanhui Zhang


------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to