@@ -803,18 +803,18 @@ OBJCFLAGS="$OBJCFLAGS -Wcast-align" AC_MSG_CHECKING(whether -Wcast-align is buggy) AC_TRY_COMPILE([ @interface Foo { - struct objc_class *isa; + struct objc_class *_isa; } @end @implementation Foo - (void)foo { - struct objc_class *c = isa; + struct objc_class *c = _isa; (void)c; } @end ], [ ], [