------- Comment #6 from ebotcazou at gcc dot gnu dot org 2007-11-07 20:49 ------- Subject: Bug 33822
Author: ebotcazou Date: Wed Nov 7 20:49:01 2007 New Revision: 129972 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129972 Log: PR rtl-optimization/33822 * rtl.h (REG_OFFSET): Fix comment. * var-tracking.c (INT_MEM_OFFSET): New macro. (var_mem_set): Use it. (var_mem_delete_and_set): Likewise. (var_mem_delete): Likewise. (vt_get_decl_and_offset): Likewise. (offset_valid_for_tracked_p): New predicate. (count_uses): Do not track locations with invalid offsets. (add_uses): Likewise. (add_stores): Likewise. Added: branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/out-of-bounds-1.c Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-branch/gcc/rtl.h branches/gcc-4_1-branch/gcc/testsuite/ChangeLog branches/gcc-4_1-branch/gcc/var-tracking.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33822