[Mingw-w64-public] [PATCH] math: Various changes for ARM

2014-09-08 Thread André Hentschel
Please review, i'll commit it, just need an OK. softmath.patch.gz Description: application/gzip -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version

Re: [Mingw-w64-public] winerror.h: Added a few missing error codes.

2014-09-08 Thread Kai Tietz
Patch is ok for apply. Thanks Kai Am 08.09.2014 10:39 schrieb "Jacek Caban" : > --- > mingw-w64-headers/include/winerror.h | 10 ++ > 1 file changed, 10 insertions(+) > > > > > -- > Want excitement? > Manually up

Re: [Mingw-w64-public] Different libstdc++ debug info in MinGW vs Linux causes missing type debug info

2014-09-08 Thread LRN
On 08.09.2014 15:39, Yaron Keren wrote: > > Thanks for looking into this so quickly! > > I am using the mingw-builds distribution from: > > > http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.1/ > > which does not have the debug

Re: [Mingw-w64-public] Different libstdc++ debug info in MinGW vs Linux causes missing type debug info

2014-09-08 Thread Yaron Keren
Hi LRN, Thanks for looking into this so quickly! I am using the mingw-builds distribution from: http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.1/ which does not have the debug version of libstdc++, libstdc++6-4.9.1-1-mingw_i68

Re: [Mingw-w64-public] Different libstdc++ debug info in MinGW vs Linux causes missing type debug info

2014-09-08 Thread LRN
On 08.09.2014 13:36, Yaron Keren wrote: > with MinGW 4.82 (and 4.91) on Windows 7 I get: > > $1 = > > whereas with gcc 4.82 on Ubuntu 14 I get the full type: > > (gdb) print f > $1 = { >> = > { >> = { = { > _vptr.ios_base = 0x77dc1e40 std::basic_ofstream >+64>, > ... > > That is a

[Mingw-w64-public] Different libstdc++ debug info in MinGW vs Linux causes missing type debug info

2014-09-08 Thread Yaron Keren
Hi, Compile and debug #include int main() { std::ofstream f("foo.txt"); } g++ a.cpp -g gdb b main r n print f with MinGW 4.82 (and 4.91) on Windows 7 I get: $1 = whereas with gcc 4.82 on Ubuntu 14 I get the full type: (gdb) print f $1 = { >> = { >> = { = { _vptr.ios_base = 0x7fff

[Mingw-w64-public] winerror.h: Added a few missing error codes.

2014-09-08 Thread Jacek Caban
--- mingw-w64-headers/include/winerror.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/mingw-w64-headers/include/winerror.h b/mingw-w64-headers/include/winerror.h index e682d75..260514b 100644 --- a/mingw-w64-headers/include/winerror.h +++ b/mingw-w64-headers/include/winerror.h