gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Works when -O1, -O2 flags are used.
Fails when -O3 or higher are used.
while trying the official docs example. experienced the following error.
Steps to reproduce:
Strace below
gcc version
Works when
-O1
,-O2
flags are used. Fails when-O3
or higher are used.maybe update docs or something if its trivial.