You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCC 4.7 changes the gcov format for lines which can only be reached
by exceptions to "=====" instead of "#####". This results in the
following warning:
geninfo: Argument "=====" isn't numeric in numeric gt (>) at geninfo
line 1281.
Fix this by handling "=====" correctly.
0 commit comments