https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103751

            Bug ID: 103751
           Summary: FAIL: gcc.dg/Warray-bounds-48.c (test for excess
                    errors)
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: msebor at gcc dot gnu.org
  Target Milestone: ---

The two tests below show a coupled of failures with the m68k-unknown-linux-gnu
cross:

Running /src/gcc/master/gcc/testsuite/gcc.dg/dg.exp ...
FAIL: gcc.dg/Warray-bounds-48-novec.c (test for excess errors)
FAIL: gcc.dg/Warray-bounds-48.c (test for excess errors)

                === gcc Summary ===

# of expected passes            3555
# of unexpected failures        2
# of expected failures          280
/ssd/build/m68k-unknown-linux-gnu/gcc-master/gcc/xgcc  version 12.0.0 20211215
(experimental) (GCC) 

Excess errors:
/src/gcc/master/gcc/testsuite/gcc.dg/Warray-bounds-48-novec.c:241:50: warning:
array subscript 3 is above array bounds of 'int16_t[1]' {aka 'short int[1]'}
[-Warray-bounds]
/src/gcc/master/gcc/testsuite/gcc.dg/Warray-bounds-48-novec.c:248:64: warning:
array subscript 4 is above array bounds of 'int16_t[1]' {aka 'short int[1]'}
[-Warray-bounds]

Excess errors:
/src/gcc/master/gcc/testsuite/gcc.dg/Warray-bounds-48.c:241:50: warning: array
subscript 3 is above array bounds of 'int16_t[1]' {aka 'short int[1]'}
[-Warray-bounds]
/src/gcc/master/gcc/testsuite/gcc.dg/Warray-bounds-48.c:248:64: warning: array
subscript 4 is above array bounds of 'int16_t[1]' {aka 'short int[1]'}
[-Warray-bounds]

Reply via email to