[LLVMbugs] [Bug 9949] New: libatomic_ops/src/atomic_ops/sysdeps/gcc/x86.h:114:3: error: unsupported inline asm: input constraint with a matching output constraint of incompatible type!

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu May 19 04:59:55 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=9949

           Summary: libatomic_ops/src/atomic_ops/sysdeps/gcc/x86.h:114:3:
                    error: unsupported inline asm: input constraint with a
                    matching output constraint of incompatible type!
           Product: dragonegg
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: New Bugs
        AssignedTo: baldrick at free.fr
        ReportedBy: dl9pf at gmx.de
                CC: llvmbugs at cs.uiuc.edu


While compiling "gc" I see this error:

 gcc -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.1\"
"-DPACKAGE_STRING=\"gc 7.1\"" -DPACKAGE_BUGREPORT=\"Hans.Boehm at hp.com\"
-DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\" -DVERSION=\"7.1\"
-DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DPARALLEL_MARK=1 -DTHREAD_LOCAL_ALLOC=1
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1
-DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1
-DATOMIC_UNCOLLECTABLE=1 -I./include -fexceptions -I libatomic_ops/src -O2 -g
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Wformat-security -m32 -march=core2 -mssse3
-mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer
-fplugin=/usr/lib/dragonegg.so -c cord/cordtest.c  -fPIC -DPIC -o
cord/.libs/cordtest.o
atomic_ops.c: In function 'lock':
libatomic_ops/src/atomic_ops/sysdeps/gcc/x86.h:114:3: error: unsupported inline
asm: input constraint with a matching output constraint of incompatible type!
libatomic_ops/src/atomic_ops/sysdeps/gcc/x86.h:114:3: error: unsupported inline
asm: input constraint with a matching output constraint of incompatible type!
make[1]: *** [atomic_ops.lo] Error 1

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list