This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

sim


I imported master, and got a few warnings:

./../../binutils/sim/cyclops1/../common/sim-profile.c: In function ‘profile_pc_init’:
../../../binutils/sim/cyclops1/../common/sim-profile.c:566:4: warning: left shift count >= width of type [enabled by default]
    ((1 << sizeof (sim_cia) * (8 - 1))
    ^
../../../binutils/sim/cyclops1/../common/sim-profile.c:585:3: warning: left shift count >= width of type [enabled by default]
   bucket_size = ((1 << ((sizeof (sim_cia) * 8) - 1))
   ^

Possibly 1L might work better.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]