Open64 5.0 released
Open64 5.0 released
Posted Nov 14, 2011 15:47 UTC (Mon) by endecotp (guest, #36428)In reply to: Open64 5.0 released by rsidd
Parent article: Open64 5.0 released
My experience is that I can normally get enough information to find a bug from a -O3 stack trace. If I can't, then it's possible to fall back to -O0.
I worry more about the possibilities that (a) some warnings aren't shown if optimisation is off, since apparently the data needed to generate the warning is only computed during an optimisation pass, and (b) some errors might only manifest themselves when optimisation is on, e.g. relying on the value of an uninitialised variable, or strict aliasing issues.
