public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/60601] New: [4.9 Regression] profiledbootstrap fails with Ada
Date: Thu, 20 Mar 2014 14:11:00 -0000	[thread overview]
Message-ID: <bug-60601-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 60601
           Summary: [4.9 Regression] profiledbootstrap fails with Ada
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
              Host: x86_64-pc-linux-gnu

> /space/rguenther/src/svn/trunk2/configure --enable-languages=all,ada,obj-c++
> make -j6 profiledbootstrap
...
/abuild/rguenther/obj2/./prev-gcc/xgcc -B/abuild/rguenther/obj2/./prev-gcc/
-B/usr/local/x86_64-unknown-linux-gnu/bin/
-B/usr/local/x86_64-unknown-linux-gnu/bin/
-B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/local/x86_64-unknown-linux-gnu/include -isystem
/usr/local/x86_64-unknown-linux-gnu/sys-include    -c -g -O2 -fprofile-use 
-gnatpg -gnata -W -Wall -nostdinc -I- -I. -Iada
-I/space/rguenther/src/svn/trunk2/gcc/ada
-I/space/rguenther/src/svn/trunk2/gcc/ada/gcc-interface
/space/rguenther/src/svn/trunk2/gcc/ada/sem_elab.adb -o ada/sem_elab.o
/space/rguenther/src/svn/trunk2/gcc/ada/sem_dim.adb: In function
‘Sem_Dim.Analyze_Dimension_Call’:
/space/rguenther/src/svn/trunk2/gcc/ada/sem_dim.adb:1649:8: error: fallthru
edge crosses section boundary in bb 130
/space/rguenther/src/svn/trunk2/gcc/ada/sem_dim.adb:1649:8: error: fallthru
edge crosses section boundary in bb 82
/space/rguenther/src/svn/trunk2/gcc/ada/sem_dim.adb:1649:8: error: fallthru
edge crosses section boundary in bb 40
+===========================GNAT BUG DETECTED==============================+
| 4.9.0 20140320 (experimental) [trunk revision 161655]
(x86_64-unknown-linux-gnu) GCC error:|
| verify_flow_info failed                                                  |
| Error detected around
/space/rguenther/src/svn/trunk2/gcc/ada/sem_dim.adb:1649: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 gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+
>From gcc-bugs-return-446988-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Mar 20 14:11:20 2014
Return-Path: <gcc-bugs-return-446988-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 6825 invoked by alias); 20 Mar 2014 14:11:20 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 6682 invoked by uid 48); 20 Mar 2014 14:11:16 -0000
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/60601] [4.9 Regression] profiledbootstrap fails with Ada
Date: Thu, 20 Mar 2014 14:11:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: rtl-optimization
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rguenth 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: 4.9.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: target_milestone
Message-ID: <bug-60601-4-IcGXXSAnW1@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60601-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60601-4@http.gcc.gnu.org/bugzilla/>
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-03/txt/msg01857.txt.bz2
Content-length: 293

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`601

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


             reply	other threads:[~2014-03-20 14:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-20 14:11 rguenth at gcc dot gnu.org [this message]
2014-03-21 12:56 ` [Bug rtl-optimization/60601] " rguenth at gcc dot gnu.org
2014-03-22 21:18 ` ebotcazou at gcc dot gnu.org
2014-03-22 21:53 ` ebotcazou at gcc dot gnu.org
2014-03-22 23:27 ` ebotcazou at gcc dot gnu.org
2014-03-23 11:30 ` ebotcazou at gcc dot gnu.org
2014-03-23 11:31 ` ebotcazou at gcc dot gnu.org
2014-03-23 11:32 ` ebotcazou at gcc dot gnu.org
2014-03-23 11:33 ` ebotcazou at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-60601-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).