https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87058
Bug ID: 87058 Summary: FAIL: gnat.dg/slice7.adb (test for excess errors) Product: gcc Version: 8.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: rguenth at gcc dot gnu.org Target Milestone: --- I see this extra fail when running the testsuite with --enable-checking=yes on the branch. It is +===========================GNAT BUG DETECTED==============================+^M | 8.2.1 20180822 (x86_64-pc-linux-gnu) in add_expr, at tree.c:7277 |^M | Error detected around /space/rguenther/src/svn/gcc-8-branch/gcc/testsuite/gnat.dg/slice7.adb:35:3|^M | Please submit a bug report; see https://gcc.gnu.org/bugs/ . |^M | Use a subject line meaningful to you and us to track the bug. |^M | Include the entire contents of this bug box in the report. |^M | Include the exact command that you entered. |^M | Also include sources listed below. |^M +==========================================================================+^M case INTEGER_CST: gcc_checking_assert (!(flags & OEP_ADDRESS_OF)); for (i = 0; i < TREE_INT_CST_EXT_NUNITS (t); i++)