[U-Boot] Bug in TOP860 code with gcc 4.8.1

Wolfgang Denk wd at denx.de
Mon Jan 13 22:04:46 CET 2014


Dear Reinhard,

attempting to build the TOP860 code with a GCC 4.8.1 based tool chain
(say ELDK v5.5 or Yocto 1.5) gives the following errors:

-> ./MAKEALL TOP860
Configuring for TOP860 board...
   text    data     bss     dec     hex filename
 165471   21020   17316  203807   31c1f ./u-boot
../common/flash.c: In function 'flash_init':
../common/flash.c:336:20: warning: iteration 128u invokes undefined behavior [-Waggressive-loop-optimizations]
     info->start[i] = (ulong)addr + 0x10000 * i;
                    ^
../common/flash.c:334:4: note: containing loop
    for (i = 0; i < info->sector_count; i++)
    ^
...

Can you please provide a fix - or is this old hardware and the code
should be removed from the U-Boot tree?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Life would be so much easier if everyone read the manual.


More information about the U-Boot mailing list