Re: [cfe-users] Code optimization issue Xcode 7

2016-07-18 Thread David Blaikie via cfe-users
It's really hard to help much without a reproduction - also, trying to create a reduced example of the problem can often help you find the issue. So, if you want further advice, I'd suggest starting by ripping apart (a copy of) your program until you can't remove anything else without losing the in

[cfe-users] Code optimization issue Xcode 7

2016-07-15 Thread Robert Topala via cfe-users
Hi, I was in contact with Apple Developer Technical Support, and it was suggested that I send a question to this list. I will post the complete conversation below, but to summarize. I have a header file with this declaration: protected: bool gravityFlipped_; public: virtual bool getGravityFlipp