On Sun, Apr 25, 2021 at 6:06 PM Liu Hao <[email protected]> wrote:
> Does this program compile and run with that commit?
>
> ```
> #define _GLIBCXX_HAVE_QUICK_EXIT 1
> #include <cstdlib>
>
> int main()
>    {
>      ::std::quick_exit(0);
>    }
> ```

It compiles and runs fine, but gcc still fails to build with current
master with the same error. Both on CI and locally.


_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to