http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46592

           Summary: -ftree-parallelize-loops attempts to link pthreads on
                    non-posix systems
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: gr...@redhat.com


*-elf toolchains are failing the -ftree-parallelize-loops test pr46111 because
using that option unconditionally attempts to link pthreads.  I suppose I could
define GOMP_SELF_SPECS to "" for my target, but why isn't pthreads only linked
in with libgomp is linked?

Reply via email to