Descriptioncmd/gc: fix undefined behaviour warnings in mparith3.c
Update issue 8527
Fixes two warnings:
src/cmd/gc/mparith3.c:255:10: runtime error: shift exponent 52 is too large for 32-bit type 'int'
src/cmd/gc/mparith3.c:254:14: runtime error: shift exponent 52 is too large for 32-bit type 'int'
Patch Set 1 #Patch Set 2 : diff -r 59b1bb4bf0458d3e31aaff083c5381c9906f875c https://code.google.com/p/go #Patch Set 3 : diff -r 59b1bb4bf0458d3e31aaff083c5381c9906f875c https://code.google.com/p/go #Patch Set 4 : diff -r 59b1bb4bf0458d3e31aaff083c5381c9906f875c https://code.google.com/p/go #MessagesTotal messages: 5
|