This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

detecting integer overflows


Recently I came across http://embed.cs.utah.edu/ioc/ which describes a
sophisticated integer overflow checker for Clang. The reported results
obtained by analyzing C/C++ open source projects make a convincing
case for implementing such functionality in gcc/g++ as well. Is
somebody looking into this?

/MB


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