Moving , finally, to Xcode 7.3.1, I get a weird bug.

If I build a release configuration with the recommended optimization level 
(fastest, smallest) then this code

void xxxxx::Clear(apointList &list)

{

    if ( ! &list )

        return;

}

never returns when apointlis &list = 0x00000000 as shown in the debugger.

But if I set the optimization level (none) then the code works properly.  

Of course Apple says never ship release code with optimization level none, 
always use faster,smallest

What am I missing ?

-rags
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to