GCC has an extension called "Asm Labels" which clang dutifully implements for normal function declarations but does not implement for class member functions.
I have attached a patch that seems to work, the generated assembly seems to be correct.
class_member_asm.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
