Un-xfail PR14743 after fixing it in r206130

Most of these failures were actually due to the test relying on gnu89 inline
semantics. So add __attribute__((gnu_inline)) to force the desired semantics.
The remaining failures were fixed by the aforementioned commit.

llvm-svn: 206131
2 files changed