On Sat, 2017-01-21 at 13:25 -0800, L A Walsh wrote:
> It may be this should go to "gcc-help", due to my
> not seeing my error, but....

Probably better to start there... if it's really a GCC bug you'll be
quickly redirected here.

>     for (i==0; i < sizeof(source)/(2*sizeof(source[0])); ++i) {
            ^^

This should be "for (i=0; ...".

Reply via email to