aboutsummaryrefslogtreecommitdiff
path: root/include/fibheap.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-07-31 09:02:35 +0000
committerMike Frysinger <vapier@gentoo.org>2012-07-31 09:02:35 +0000
commit902e4335501e73ad45ad2ebc2510b1d41786873f (patch)
tree2699b97dd537d8bbf8605c398d4a18106bb55469 /include/fibheap.h
parent4a2608e354d22289f40944bb29d85db3f3c5ca04 (diff)
downloadgdb-902e4335501e73ad45ad2ebc2510b1d41786873f.zip
gdb-902e4335501e73ad45ad2ebc2510b1d41786873f.tar.gz
gdb-902e4335501e73ad45ad2ebc2510b1d41786873f.tar.bz2
libiberty/md5: fix strict alias warnings
Current libiberty md5 code triggers these warnings with gcc-4.7.1 for me: libiberty/md5.c: In function ‘md5_finish_ctx’: libiberty/md5.c:117:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] libiberty/md5.c:118:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] The change below fixes things for me. The optimized output (-O2) is the same before/after my change on x86_64-linux. I imagine it'll be the same for most targets. It seems simpler than using a union on the md5_ctx buffer since these are the only two locations in the code where this occurs.
Diffstat (limited to 'include/fibheap.h')
0 files changed, 0 insertions, 0 deletions