This is the mail archive of the gcc-bugs@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]

[Bug regression/34801] New: FAIL: gcc.dg/Warray-bounds.c


This should have already been reported, but I cannot find any trace of it.

gcc.dg/Warray-bounds.c fails on all the platforms I have looked at:

FAIL: gcc.dg/Warray-bounds.c  (test for warnings, line 59)
FAIL: gcc.dg/Warray-bounds.c  (test for warnings, line 65)
FAIL: gcc.dg/Warray-bounds.c  (test for warnings, line 66)

where the wernings are missing for the above lines. This can be traced to
revision 131502:

        PR middle-end/32135
        * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Do not construct
        references above array bounds.  This might trigger bounds checks for
        pointers to arrays.


-- 
           Summary: FAIL: gcc.dg/Warray-bounds.c
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34801


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