<div dir="ltr">The attached patch resolves a few issues building libcxxabi with gcc:<div><br><div> - GCC doesn't support #pragma mark, only Apple GCC and clang. Wrap the pragma mark's in #if 0 to make gcc ignore them but xcode still see them.</div><div> - Wrap a bunch of "#pragma clang" lines in #ifdef __clang__.</div><div> - Pacify gcc's -Wparenthesis in a case where it's quite reasonable.</div><div><br></div><div>Please review!</div><div><br></div><div>Nick</div></div></div>