Comment 1 for bug 902471

Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

The reason is that gcc 4.6 turns -fomit-frame-pointer when -O2 specified. -fno-omit-frame-pointer will fix the issue.