https://bugs.freedesktop.org/show_bug.cgi?id=87276

            Bug ID: 87276
           Summary: u_atomic_test.c:108:1: error: implicit declaration of
                    function 'test_atomic_cmpxchg_int16_t'
           Product: Mesa
           Version: git
          Hardware: x86-64 (AMD64)
                OS: NetBSD
            Status: NEW
          Keywords: regression
          Severity: blocker
          Priority: medium
         Component: Mesa core
          Assignee: mesa-dev@lists.freedesktop.org
          Reporter: v...@freedesktop.org
                CC: jfons...@vmware.com, matts...@gmail.com
            Blocks: 79706

mesa: 23caba862a001f82ef352307a79bebf7ef910959 (master 10.5.0-devel)

Build error on NetBSD.

  CC       u_atomic_test.o
u_atomic_test.c: In function 'test_atomic_int16_t':
u_atomic_test.c:108:1: error: implicit declaration of function
'test_atomic_cmpxchg_int16_t'
u_atomic_test.c: In function 'test_atomic_uint16_t':
u_atomic_test.c:109:1: error: implicit declaration of function
'test_atomic_cmpxchg_uint16_t'
u_atomic_test.c: In function 'test_atomic_int32_t':
u_atomic_test.c:110:1: error: implicit declaration of function
'test_atomic_cmpxchg_int32_t'
u_atomic_test.c: In function 'test_atomic_uint32_t':
u_atomic_test.c:111:1: error: implicit declaration of function
'test_atomic_cmpxchg_uint32_t'
u_atomic_test.c: In function 'test_atomic_int64_t':
u_atomic_test.c:112:1: error: implicit declaration of function
'test_atomic_cmpxchg_int64_t'
u_atomic_test.c: In function 'test_atomic_uint64_t':
u_atomic_test.c:113:1: error: implicit declaration of function
'test_atomic_cmpxchg_uint64_t'
u_atomic_test.c: At top level:
u_atomic_test.c:108:1: warning: 'test_atomic_cmpxchg___int16_t' defined but not
used
u_atomic_test.c:109:1: warning: 'test_atomic_cmpxchg___uint16_t' defined but
not used
u_atomic_test.c:110:1: warning: 'test_atomic_cmpxchg___int32_t' defined but not
used
u_atomic_test.c:111:1: warning: 'test_atomic_cmpxchg___uint32_t' defined but
not used
u_atomic_test.c:112:1: warning: 'test_atomic_cmpxchg___int64_t' defined but not
used
u_atomic_test.c:113:1: warning: 'test_atomic_cmpxchg___uint64_t' defined but
not used

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to