http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49183
Summary: gcc removes assert
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: c
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: overseers@suremail.info
gcc -O2 removes asserts like assert(i+10>i). Please fix.