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

            Bug ID: 83539
           Summary: [8 regression] several test case failures starting
                    with r255947
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

The failing tests all have excess errors but the errors vary

> FAIL: gcc.c-torture/compile/20030530-3.c   -O3 -g  (test for excess errors)
> FAIL: gcc.dg/debug/20020224-1.c -gdwarf-2 (test for excess errors)
> FAIL: gcc.dg/debug/20020224-1.c -gdwarf-2 -O (test for excess errors)
> FAIL: gcc.dg/debug/20020224-1.c -gdwarf-2 -O3 (test for excess errors)
> FAIL: gcc.dg/debug/20020224-1.c -gdwarf-2 -g1 (test for excess errors)
> FAIL: gcc.dg/debug/20020224-1.c -gdwarf-2 -g1 -O (test for excess errors)
> FAIL: gcc.dg/debug/20020224-1.c -gdwarf-2 -g1 -O3 (test for excess errors)
> FAIL: gcc.dg/debug/20020224-1.c -gdwarf-2 -g3 (test for excess errors)
> FAIL: gcc.dg/debug/20020224-1.c -gdwarf-2 -g3 -O (test for excess errors)
> FAIL: gcc.dg/debug/20020224-1.c -gdwarf-2 -g3 -O3 (test for excess errors)
> FAIL: gcc.dg/debug/20030605-1.c -gdwarf-2 -O (test for excess errors)
> FAIL: gcc.dg/debug/20030605-1.c -gdwarf-2 -O3 (test for excess errors)
> FAIL: gcc.dg/debug/20030605-1.c -gdwarf-2 -g3 -O (test for excess errors)
> FAIL: gcc.dg/debug/20030605-1.c -gdwarf-2 -g3 -O3 (test for excess errors)
> FAIL: gcc.dg/noncompile/971104-1.c   -O3 -g  (test for excess errors)
> FAIL: gcc.dg/torture/pr51071.c   -O3 -g  (test for excess errors)

/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.c-torture/compile/20030530-3.c: In
function 'redeclaration_error_message':
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.c-torture/compile/20030530-3.c:14:8:
error: void value not ignored as it ought to be
compiler exited with status 1
output is:
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.c-torture/compile/20030530-3.c: In
function 'redeclaration_error_message':
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.c-torture/compile/20030530-3.c:14:8:
error: void value not ignored as it ought to be

FAIL: gcc.c-torture/compile/20030530-3.c   -O3 -g  (test for excess errors)
Excess errors:
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.c-torture/compile/20030530-3.c:14:8:
error: void value not ignored as it ought to be


/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.dg/debug/20020224-1.c: In function
'f4':
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.dg/debug/20020224-1.c:52:52:
error: void value not ignored as it ought to be
compiler exited with status 1
output is:
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.dg/debug/20020224-1.c: In function
'f4':
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.dg/debug/20020224-1.c:52:52:
error: void value not ignored as it ought to be

FAIL: gcc.dg/debug/20020224-1.c -gdwarf-2 -g1 (test for excess errors)
Excess errors:
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.dg/debug/20020224-1.c:52:52:
error: void value not ignored as it ought to be


/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.dg/debug/20030605-1.c: In function
'foo':
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.dg/debug/20030605-1.c:6:8: error:
size of array 'buf' has non-integer type
compiler exited with status 1
output is:
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.dg/debug/20030605-1.c: In function
'foo':
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.dg/debug/20030605-1.c:6:8: error:
size of array 'buf' has non-integer type

FAIL: gcc.dg/debug/20030605-1.c -gdwarf-2 -O (test for excess errors)
Excess errors:
/home/seurer/gcc/gcc-trunk/gcc/testsuite/gcc.dg/debug/20030605-1.c:6:8: error:
size of array 'buf' has non-integer type

Reply via email to