This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/35114] New: 731 unexpected libgomp testsuite failures due setup of test environment


Running the testsuite on i386-unknown-freebsd6.2 I noticed the following:

                === libgomp Summary ===

  # of expected passes          88
  # of unexpected failures      731
  # of unsupported tests        109

(Cf. http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00301.html for details.)

Looking into libgomp.log.sent, I see the following pattern:

/usr/bin/ld: warning: libgcc_s.so.1, needed by
/usr/nabil-files/pfeifer/OBJ-0206
-0128/i386-unknown-freebsd6.2/./libgomp/.libs/libgomp.so, not found (try using
-
rpath or -rpath-link)
/usr/nabil-files/pfeifer/OBJ-0206-0128/i386-unknown-freebsd6.2/./libgomp/../libg
fortran/.libs/libgfortran.so: undefined reference to `__mulxc3@GCC_4.0.0'
/usr/nabil-files/pfeifer/OBJ-0206-0128/i386-unknown-freebsd6.2/./libgomp/../libg
fortran/.libs/libgfortran.so: undefined reference to `__mulsc3@GCC_4.0.0'
/usr/nabil-files/pfeifer/OBJ-0206-0128/i386-unknown-freebsd6.2/./libgomp/../libg
fortran/.libs/libgfortran.so: undefined reference to `__divsc3@GCC_4.0.0'
/usr/nabil-files/pfeifer/OBJ-0206-0128/i386-unknown-freebsd6.2/./libgomp/../libg
fortran/.libs/libgfortran.so: undefined reference to `__divdi3@GCC_3.0'
/usr/nabil-files/pfeifer/OBJ-0206-0128/i386-unknown-freebsd6.2/./libgomp/../libg
fortran/.libs/libgfortran.so: undefined reference to `__muldc3@GCC_4.0.0'
/usr/nabil-files/pfeifer/OBJ-0206-0128/i386-unknown-freebsd6.2/./libgomp/../libg
fortran/.libs/libgfortran.so: undefined reference to `__moddi3@GCC_3.0'
/usr/nabil-files/pfeifer/OBJ-0206-0128/i386-unknown-freebsd6.2/./libgomp/../libg
fortran/.libs/libgfortran.so: undefined reference to `__divdc3@GCC_4.0.0'
/usr/nabil-files/pfeifer/OBJ-0206-0128/i386-unknown-freebsd6.2/./libgomp/../libg
fortran/.libs/libgfortran.so: undefined reference to `__udivdi3@GCC_3.0'
/usr/nabil-files/pfeifer/OBJ-0206-0128/i386-unknown-freebsd6.2/./libgomp/../libg
fortran/.libs/libgfortran.so: undefined reference to `__divxc3@GCC_4.0.0'
/usr/nabil-files/pfeifer/OBJ-0206-0128/i386-unknown-freebsd6.2/./libgomp/../libg
fortran/.libs/libgfortran.so: undefined reference to `__umoddi3@GCC_3.0'

This problem does not happen for the other frontends/libraries, so I 
assume it is a libgomp-specific issue with the testsuite.


-- 
           Summary: 731 unexpected libgomp testsuite failures due setup of
                    test environment
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gerald at pfeifer dot com
 GCC build triplet: i386-unknown-freebsd6.2
  GCC host triplet: i386-unknown-freebsd6.2
GCC target triplet: i386-unknown-freebsd6.2


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]