Fix for PR14269 (https://llvm.org/bugs/show_bug.cgi?id=14269) -- clang simply crashes when a bit field is used as inline assembler input / output with memory constraint.
One generally can't get address of a bit field, so the general solution is to error on such cases. GCC does the same.
"Bit field" -> "Bitfield" please.