Re: [lng-odp] strange behavior in GCC for use of uninitialized variables

2014-11-27 Thread Maxim Kuvyrkov
Maxim U., There are no macros here for preprocessor to complain. Ola, The uninitialized warnings are generated by a pass that is separate from code generation. The deficiencies of this pass should not affect correctness of the code. -- Maxim Kuvyrkov www.linaro.org On Nov 27, 2014, at 1:3

Re: [lng-odp] strange behavior in GCC for use of uninitialized variables

2014-11-27 Thread Maxim Uvarov
On 27 November 2014 at 12:16, Ola Liljedahl wrote: > Thanks Maxim, > > Yes I should do that. I also intend to make the code used to reproduce > the problem smaller. > > One of my worries was that GCC considered the loop without side > effects (ignoring the inline assembler in odp_spin()) and thus