Activity for niXman

  • niXman niXman posted a comment on ticket #962

    On 2023-02-03 17:25, Ryan Livingston wrote: hi, you are using a very old version of the toolchain. the new versions are located here: github.com/nixman/mingw-builds-binaries [bugs:#962] during GIMPLE pass: slsr ... internal compiler error: Segmentation fault Status: open Group: v1.0 (example) Created: Fri Feb 03, 2023 05:25 PM UTC by Ryan Livingston Last Updated: Fri Feb 03, 2023 05:25 PM UTC Owner: nobody Attachments: - spline_preproc.cpp (62.4 kB; text/plain) I'm seeing a segfault when compiling...

  • niXman niXman posted a comment on ticket #558

    hi, the latest builds you can get here: https://github.com/niXman/mingw-builds-binaries/releases best! On 2022-02-05 21:41, blake danek wrote: Does anyone have tips to get around this issue? [bugs:#558] the file has been downloaded incorrectly! Status: closed-fixed Group: v1.0 (example) Created: Sat Aug 27, 2016 10:18 PM UTC by Jim Michaels Last Updated: Sat Feb 05, 2022 09:36 PM UTC Owner: niXman that's the message I get from the installer. instead of installing to default C:\Program Files\mingw-w64\i686-6.2.0-posix-dwarf-rt_v5-rev0,...

  • niXman niXman posted a comment on ticket #727

    done

  • niXman niXman modified ticket #727

    Crash during destruction of thread_local objects

  • niXman niXman modified ticket #727

    Crash during destruction of thread_local objects

  • niXman niXman modified ticket #726

    Broken 32 bit executables (GZDoom)

  • niXman niXman posted a comment on ticket #719

    Rafael Kitover 2018-04-08 09:40: Or do I need to file a bug with them? Yes. -- Regards, niXman Work for Bitcoins Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/

  • niXman niXman modified ticket #719

    libstdc++ built with weakrefs causes problems mixing C and C++ code

  • niXman niXman posted a comment on ticket #719

    Rafael Kitover 2018-04-08 06:25: Hi, See discussion here: https://github.com/Alexpux/MINGW-packages/issues/1580 Patch I use is: https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-gcc/0016-disable-weak-refs-in-libstdc%2B%2B.patch Thanks, but we already have this patch: https://github.com/niXman/mingw-builds/blob/master/patches/gcc/gcc-6.1-disable-weak-refs.patch -- Regards, niXman Work for Bitcoins Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net...

  • niXman niXman posted a comment on ticket #718

    philippe dunski 2018-04-07 17:50: In the future C++ header file, on line 195 for #if defined(_GLIBCXX_HAS_GTHREADS) && defined(_GLIBCXX_USE_C99_STDINT_TR1) and on line 655 for #ifndef _GLIBCXX_ASYNC_ABI_COMPAT. In this file, we have one accessible without any condition pre declaration of the template <>future class (in line 127) , but its complete definition is protected by those two conditions... in order to use 'std Thread support library'(http://en.cppreference.com/w/cpp/thread) you should to...

  • niXman niXman posted a comment on ticket #718

    philippe dunski 2018-04-07 14:28: Hi, Hi niXman, You were right: all non sjlj packages compile the Qt framework fine, with both win32 and linux threads support. pthreads - posix threads, not linux threads ;) I have just a last problem for two of its modules, whose are using std::future : the complete definition of this class is protected by both #if defined(_GLIBCXX_HAS_GTHREADS) && defined(_GLIBCXX_USE_C99_STDINT_TR1) and #ifndef _GLIBCXX_ASYNC_ABI_COMPAT where can you see this #ifdefs? -- Regards,...

  • niXman niXman posted a comment on ticket #718

    philippe dunski 2018-04-06 17:26: Ooppsss... Sorry. Here is it Attachments: - qrandom.cpp (51.0 kB; text/plain) Try to change this file like this: see attach -- Regards, niXman Work for Bitcoins Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/

  • niXman niXman posted a comment on ticket #718

    philippe dunski 2018-04-06 17:10: But, them tries to compile Qt with official packages ( at least i686-7.3.0-release-win32-sjlj-rt_v5-rev0.7z official package ) As far as I can remember, they use builds with DWARF exceptions, not sjlj. i.e.: i686-7.3.0-release-win32-dwarf-rt_v5-rev0.7z -- Regards, niXman Work for Bitcoins Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/

  • niXman niXman posted a comment on ticket #718

    philippe dunski 2018-04-06 17:10: Hi, at global\qrandom.cpp:121 Where can I see this file? -- Regards, niXman Work for Bitcoins Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/

  • niXman niXman posted a comment on ticket #714

    philippe dunski 2018-04-02 19:36: Hi, When trying to define MINGW_HAS_SECURE_API in the correct file to configure Qt, i got the error " _mingw_secapi.h : c:\mingw\x86_64-w64-mingw32\include_mingw_secapi.h:11:51: error: operator '==' has no left operand #if defined(cplusplus) && (MINGW_HAS_SECURE_API == 1) " Why not define it as '1'? -- Regards, niXman Work for Bitcoins Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/

  • niXman niXman committed [987834]

    __MINGW64_VERSION_BUGFIX

  • niXman niXman committed [4b1979]

    __MINGW64_VERSION_BUGFIX

  • niXman niXman posted a comment on ticket #686

    del

  • niXman niXman posted a comment on ticket #686

    And, this bug also occurs when MinGW-W64-7.1/7.2 is used? Also, please provide the full link to the MinGW-W64-GCC build used.

  • niXman niXman posted a comment on ticket #686

    As I can see this bug is occurs in the llvm-tblgen.exe proc. Can you please rebuild clang as release+debug_info and debug it?

  • niXman niXman posted a comment on ticket #558

    https://github.com/niXman/mingw-builds/tree/master/mingw-builds-install

  • niXman niXman posted a comment on ticket #558

    i have no free time for do it at the moment, sorry...

  • niXman niXman posted a comment on ticket #558

    Why this bug issue is closed? because: https://sourceforge.net/p/mingw-w64/bugs/558/#99a5

  • niXman niXman modified ticket #679

    initializer_list in 6.4.0 interprets lperen as start of list rather than lcurly

  • niXman niXman modified ticket #673

    FindFirstFile, FindFirstFileEx, FindNext not working - lockout?

  • niXman niXman modified ticket #672

    labels for goto causes errors in c++, what about flex and bison?

  • niXman niXman posted a comment on ticket #672

    https://wandbox.org/permlink/Iaz2zgH4DMW5pKNh

  • niXman niXman modified ticket #668

    std::string for no good reason throws length or null errors

  • niXman niXman modified ticket #665

    std::ifstream>>n>>std::endl; doesn't work for >>endl anymore

  • niXman niXman modified ticket #662

    initializer_list nonfunctional for vector.push_back() and structure within structure assigns

  • niXman niXman modified ticket #663

    istream cannot handle std::endl anymore

  • niXman niXman modified ticket #660

    Missing c++11 system error condition mapping

  • niXman niXman modified ticket #433

    mingw-w64-install fails behind firewall

  • niXman niXman modified ticket #659

    multiple local lobraries not allowed with g++ -c

  • niXman niXman posted a comment on ticket #659

    +1

  • niXman niXman modified ticket #652

    Include order affects selection of printf and __mingw_printf

  • niXman niXman modified ticket #651

    iostream clog exponent sign not always correct

  • niXman niXman modified ticket #655

    primes not an allowed variable id name.

  • niXman niXman posted a comment on ticket #558

    https://sourceforge.net/p/mingw-w64/bugs/558/#99a5

  • niXman niXman modified ticket #652

    Include order affects selection of printf and __mingw_printf

  • niXman niXman modified ticket #650

    printf doesn't like %lf?

  • niXman niXman modified ticket #653

    prime a reference and not a declaration?

  • niXman niXman modified ticket #654

    gcc -o somefile.o somefile.c requires WinMain?

  • niXman niXman modified a comment on ticket #652

    gcc version 7.1.0 (i686-win32-sjlj-rev1, Built by MinGW-W64 project) so the v5 runtime I guess? (is there a way to find out the runtime release version out of curiosity???) yes, v5.x branch patches are welcom ;)

  • niXman niXman posted a comment on ticket #652

    gcc version 7.1.0 (i686-win32-sjlj-rev1, Built by MinGW-W64 project) so the v5 runtime I guess? (is there a way to find out the runtime release version out of curiosity???) yes, v5.x branch

  • niXman niXman modified ticket #647

    strtold leaks heap memory

  • niXman niXman posted a comment on ticket #647

    done: https://sourceforge.net/p/mingw-w64/mingw-w64/ci/450309b97b2e839ea02887dfaf0f1d10fb5d40cc/

  • niXman niXman committed [450309]

    fix for bug 647

  • niXman niXman committed [715488]

    Merge branch 'master' of ssh://git.code.sf.net/p/mingw-w64/mingw-w64

  • niXman niXman posted a comment on ticket #647

    Because we use malloc() without free(): https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-crt/misc/strtold.c#l90

  • niXman niXman posted a comment on ticket #645

    Done: https://sourceforge.net/p/mingw-w64/mingw-w64/ci/03474d2a2dcc43d9811f1d1e0e2eaf64c6c813b9/

  • niXman niXman committed [8cb9dc]

    Merge branch 'v5.x' of https://git.code.sf.net/p/mingw-w64/mingw-w64 into v5.x

  • niXman niXman committed [03474d]

    fix for my "fix" for 051971

  • niXman niXman modified ticket #645

    wcstof returns incorrect pointer when unable to perform the conversion

  • niXman niXman posted a comment on ticket #645

    Sorry, my bad. Fixed: https://sourceforge.net/p/mingw-w64/mingw-w64/ci/4e62ecef6a9b16438bb43b331e5c36844de94ef6/ Doug, thanks!

  • niXman niXman committed [4e62ec]

    fix for my "fix" for 051971

  • niXman niXman modified ticket #607

    <thread> library missing? namespace conflict?

  • niXman niXman modified ticket #610

    compiler confused by decorations

  • niXman niXman modified ticket #613

    regression: source code held old with stale cache

  • niXman niXman modified ticket #623

    7.1.0 sjlj win32 compiler errors on operator<< for std::ostream

  • niXman niXman modified ticket #642

    <regex> is very broken. gcc folks say theirs works

  • niXman niXman modified a comment on ticket #644

    Good job, J. Bierema! But, please fill the bug report on the GCC's bugzilla: https://gcc.gnu.org/bugzilla/

  • niXman niXman posted a comment on ticket #644

    Good job, J. Bierema! But, please fill the bug report on GCC's bugzilla: https://gcc.gnu.org/bugzilla/

  • niXman niXman committed [6de005]

    Merge branch 'master' of ssh://git.code.sf.net/p/mingw-w64/mingw-w64

  • niXman niXman committed [02ad8d]

    fix for previous commit

  • niXman niXman modified ticket #643

    _wstat64i32 fails on path ending with slash, causing failure in the filesystem library

  • niXman niXman posted a comment on ticket #643

    Done for master: https://sourceforge.net/p/mingw-w64/mingw-w64/ci/32ec57d19d9678f0be7c4ecb2b251dba10d860e6/

  • niXman niXman committed [32ec57]

    _mingw_no_trailing_slash() for _stat64i32() and _wstat64i32()

  • niXman niXman modified ticket #643

    _wstat64i32 fails on path ending with slash, causing failure in the filesystem library

  • niXman niXman posted a comment on ticket #643

    Patch #34 What are you talking about?

  • niXman niXman modified a comment on ticket #410

    https://sourceforge.net/p/mingw-w64/bugs/558/#99a5 https://sourceforge.net/projects/mingw-w64/files/?source=navbar

  • niXman niXman posted a comment on ticket #410

    https://sourceforge.net/p/mingw-w64/bugs/558/#99a5

  • niXman niXman modified ticket #609

    7.1.0

  • niXman niXman modified ticket #626

    с++11 mismatch in standard library c++ streams implementation

  • niXman niXman posted a comment on ticket #626

    Please test the gcc-7.1 builds. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66145#c30

  • niXman niXman posted a comment on ticket #558

    This is because SF uses mirrors, and each of the mirrors can behave differently. In addition to this, some mirrors today may behave in one way, and tomorrow - in another way. The only solution I see is to host the builds on a separate hosting.

  • niXman niXman posted a comment on ticket #538

    What about 7.1 version? I have no solution yet...

  • niXman niXman modified ticket #618

    cpp macros mis-preprocessed in 7.1.0

  • niXman niXman posted a comment on ticket #618

    please report to GCC bugzilla. closed as invalid.

  • niXman niXman modified ticket #619

    macros do not pass muster in cpp preprocessor

  • niXman niXman posted a comment on ticket #619

    please report to GCC bugzilla. closed as invalid.

  • niXman niXman modified ticket #620

    error generator has for loop generating same 10 errors for every template/class error

  • niXman niXman posted a comment on ticket #620

    please repost to GCC bugzilla. closed as invalid.

  • niXman niXman modified ticket #621

    std::thread not functioning in 7.1.0

  • niXman niXman posted a comment on ticket #621

    #include <iostream> #include <thread> int main() { std::thread th([](){std::cout << "ping!" << std::endl;}); th.join(); } works as expected with any build using posix threads. closed as invalid.

  • niXman niXman modified ticket #597

    LLD built with mingw-w64-based GCC deadlocks

  • niXman niXman posted a comment on ticket #597

    I can catch a deadlock! I'll try to investigate this...

  • niXman niXman posted a comment on ticket #597

    How many virtual cores is VM configured with? 1 =) Sorry, I'll retest now...

  • niXman niXman posted a comment on ticket #597

    it deadlocks for me even if built with no optimization. The same result. Did you...

  • niXman niXman modified a comment on ticket #597

    Compiled using: g++ -O2 partest.cpp -opartest -pthread Executed as: for i in seq...

  • niXman niXman posted a comment on ticket #597

    Compiled using: g++ -O2 partest.cpp -opartest -pthread

  • niXman niXman posted a comment on ticket #597

    Using gcc-6.3.0-x86_64 on MSYS2 your code always print 50075028, but not deadlocks....

  • niXman niXman posted a comment on ticket #597

    Attached partest.cpp is completly self-contained. ?

  • niXman niXman modified ticket #595

    Mingw-w64 installer Start Menu shortcuts misplaced

  • niXman niXman modified ticket #593

    Can't install Mingw

  • niXman niXman modified ticket #593

    Can't install Mingw

  • niXman niXman modified ticket #591

    Cannot download repository.txt

  • niXman niXman modified ticket #410

    Installer cannot download repository.txt

1 >