This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/61121] -O2 -ftree-parallelize-loops=0 for maximum not accepted in 4.9.0
- From: "manu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 15 Aug 2016 20:33:50 +0000
- Subject: [Bug c++/61121] -O2 -ftree-parallelize-loops=0 for maximum not accepted in 4.9.0
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-61121-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61121
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |x86_64-w64-mingw32
CC| |manu at gcc dot gnu.org
--- Comment #9 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
"This option implies -pthread, and thus is only supported on targets that have
support for -pthread."
Does x86_64-w64-mingw32 support -pthread?
You are better off asking in the mingw mailing lists. There are no Windows
developers/users here.