From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15015 invoked by alias); 24 Nov 2014 15:08:48 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14984 invoked by uid 48); 24 Nov 2014 15:08:44 -0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/64055] New: [5 regression] gnat.dg/derived_aggregate.adb FAILs on 32-bit i386 Date: Mon, 24 Nov 2014 15:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cf_gcchost cf_gcctarget cf_gccbuild Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-11/txt/msg02811.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64055 Bug ID: 64055 Summary: [5 regression] gnat.dg/derived_aggregate.adb FAILs on 32-bit i386 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org Host: i?86-*-* Target: i?86-*-* Build: i?86-*-* Between 20141031 (r216981) and 20141106 (r217189), the gnat.dg/derived_aggregate.adb test started to FAIL on 32-bit x86 targets (Solaris/x86, Darwin/x86, Linux/x86): FAIL: gnat.dg/derived_aggregate.adb (test for excess errors) Excess errors: +===========================GNAT BUG DETECTED==============================+ | 5.0.0 20141121 (experimental) [trunk revision 217915] (i386-pc-solaris2.11) GCC error:| | tree check: expected integer_cst, have nop_expr in | | chkp_find_bound_slots_1, at tree-chkp.c:1571 | | Error detected around /vol/gcc/src/hg/trunk/local/gcc/testsuite/gnat.dg/derived_aggregate.adb:19:8| | Please submit a bug report; see http://gcc.gnu.org/bugs.html. | | Use a subject line meaningful to you and us to track the bug. | | Include the entire contents of this bug box in the report. | | Include the exact command that you entered. | | Also include sources listed below. | +==========================================================================+ Please include these source files with error report Note that list may not be accurate in some cases, so please double check that the problem can still be reproduced with the set of files listed. Consider also -gnatd.n switch (see debug.adb). /var/gcc/regression/trunk/11-gcc/build/i386-pc-solaris2.11/./libada/adainclude/system.ads /vol/gcc/src/hg/trunk/local/gcc/testsuite/gnat.dg/derived_aggregate.adb raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:423 WARNING: gnat.dg/derived_aggregate.adb compilation failed to produce executable Rainer