Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Unsupported inline asm in linux kernel driver. #2688

Closed Quuxplusone closed 14 years ago

Quuxplusone commented 14 years ago
Bugzilla Link PR5572
Status RESOLVED DUPLICATE of bug 3373
Importance P normal
Reported by Eugene Novikov (joker@ispras.ru)
Reported on 2009-11-20 12:07:55 -0800
Last modified on 2009-11-20 12:22:54 -0800
Version 2.6
Hardware PC Linux
CC anton@korobeynikov.info, llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments mkiss.o.i.gz (180114 bytes, application/x-gzip)
Blocks
Blocked by
See also

In processing linux kernel driver linux-2.6.31.6/drivers/net/hamradio/mkiss.c there is such the error "linux-2.6.31.6/drivers/net/hamradio/mkiss.c.ldv.c:863:330: error: unsupported inline asm: input constraint with a matching output constraint of incompatible type!". The standard system gcc (version 4.3.1) processes it well. Preprocessed driver code is attached.

Quuxplusone commented 14 years ago

Sorry, no attachment here

Quuxplusone commented 14 years ago

However, error message suggests a dup here

_This bug has been marked as a duplicate of bug 3373_

Quuxplusone commented 14 years ago

Attached mkiss.o.i.gz (180114 bytes, application/x-gzip): Preprocessed driver code with this error

Quuxplusone commented 14 years ago

Thanks a lot! We'll see the progress with that bug.