https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99892

            Bug ID: 99892
           Summary: Does GCC 4.8.1 really support OpenMP?
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zmin1 at avic dot com
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

In GCC's version specification, version 4.8.1 supports OpenMP 3.1.
The method used is the - fopenmp option, which implies the - pthread option.
However, in version 4.8.1, only a few processors such as PowerPC support -
pthread option, and the more commonly used arm and x86 processors do not
support this option.
Does this mean that version 4.8.1 does not support OpenMP for arm and x86
processors?

Reply via email to