http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58691
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2013-10-11 Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 30985 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30985&action=edit gcc49-pr58691.patch Looks reasonable, bind-var default value is indeed implementation defined and setting it to true by default if OMP_PLACES or GOMP_CPU_AFFINITY has been parsed into places list is reasonable. So, how does this look like?