public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "howarth at bromo dot med.uc.edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/63622] [5.0 Regression] Bootstrap fails on x86_64-apple-darwin1[34] after revision r216305
Date: Thu, 06 Nov 2014 04:28:00 -0000	[thread overview]
Message-ID: <bug-63622-4-3Op2P9jdgd@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-63622-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #19 from howarth at bromo dot med.uc.edu ---
Apparently we need something along the lines of the  previously proposed IPA
ICF aliasing restriction patch, however when applied to current gcc trunk the
bootstrap fails at...

libtool: compile:  /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./gcc/xgcc
-shared-libgcc -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.0.0/i386/libstdc++-v3/src
-L/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.0.0/i386/libstdc++-v3/src/.libs
-L/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.0.0/i386/libstdc++-v3/libsupc++/.libs
-B/sw/lib/gcc5.0/x86_64-apple-darwin14.0.0/bin/
-B/sw/lib/gcc5.0/x86_64-apple-darwin14.0.0/lib/ -isystem
/sw/lib/gcc5.0/x86_64-apple-darwin14.0.0/include -isystem
/sw/lib/gcc5.0/x86_64-apple-darwin14.0.0/sys-include -m32
-I/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5.0-20141105/libstdc++-v3/../libgcc
-I/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.0.0/i386/libstdc++-v3/include/x86_64-apple-darwin14.0.0
-I/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.0.0/i386/libstdc++-v3/include
-I/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5.0-20141105/libstdc++-v3/libsupc++
-D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings
-Wcast-qual -Wabi -fdiagnostics-show-location=once -fvisibility-inlines-hidden
-ffunction-sections -fdata-sections -frandom-seed=atexit_thread.lo -g -O2 -m32
-std=gnu++11 -c
../../../../../gcc-5.0-20141105/libstdc++-v3/libsupc++/atexit_thread.cc 
-fno-common -DPIC -D_GLIBCXX_SHARED -o atexit_thread.o
../../../../../gcc-5.0-20141105/libstdc++-v3/libsupc++/atexit_thread.cc: In
function ‘void {anonymous}::key_init()’:
../../../../../gcc-5.0-20141105/libstdc++-v3/libsupc++/atexit_thread.cc:111:3:
internal compiler error: in cselib_invalidate_regno, at cselib.c:2154
   }
   ^
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
>From gcc-bugs-return-465871-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Nov 06 08:24:21 2014
Return-Path: <gcc-bugs-return-465871-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 19770 invoked by alias); 6 Nov 2014 08:24:19 -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 19725 invoked by uid 48); 6 Nov 2014 08:24:13 -0000
From: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/63725] Scalar_Storage_Order and nested string subtypes
Date: Thu, 06 Nov 2014 08:24:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: ada
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: enhancement
X-Bugzilla-Who: ebotcazou at gcc dot gnu.org
X-Bugzilla-Status: NEW
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_status cf_reconfirmed_on cc version short_desc everconfirmed bug_severity
Message-ID: <bug-63725-4-oynTrtiB6S@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63725-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63725-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-11/txt/msg00343.txt.bz2
Content-length: 1056

https://gcc.gnu.org/bugzilla/show_bug.cgi?idc725

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-11-06
                 CC|                            |ebotcazou at gcc dot gnu.org
            Version|4.9.1                       |5.0
            Summary|Scalar_Storage_Order is     |Scalar_Storage_Order and
                   |required for nested string  |nested string subtypes
                   |types, but cannot be added  |
                   |to those types              |
     Ever confirmed|0                           |1
           Severity|normal                      |enhancement

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
I agree this is annoying, but the workaround is trivial (use a derived type
instead of a subtype) so I'm not sure we want to do something here.


  parent reply	other threads:[~2014-11-06  4:28 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-22 20:23 [Bug bootstrap/63622] New: " dominiq at lps dot ens.fr
2014-10-23 11:24 ` [Bug bootstrap/63622] " rguenth at gcc dot gnu.org
2014-10-23 16:21 ` dominiq at lps dot ens.fr
2014-10-29 15:11 ` marxin at gcc dot gnu.org
2014-10-29 22:13 ` dominiq at lps dot ens.fr
2014-10-30  1:03 ` howarth at bromo dot med.uc.edu
2014-10-30 10:07 ` marxin at gcc dot gnu.org
2014-10-30 15:41 ` dominiq at lps dot ens.fr
2014-11-05 22:16 ` howarth at bromo dot med.uc.edu
2014-11-05 22:46 ` howarth at bromo dot med.uc.edu
2014-11-05 23:12 ` howarth at bromo dot med.uc.edu
2014-11-06  1:19 ` howarth at bromo dot med.uc.edu
2014-11-06  1:32 ` howarth at bromo dot med.uc.edu
2014-11-06  3:10 ` redi at gcc dot gnu.org
2014-11-06  3:47 ` howarth at bromo dot med.uc.edu
2014-11-06  3:54 ` howarth at bromo dot med.uc.edu
2014-11-06  4:09 ` howarth at bromo dot med.uc.edu
2014-11-06  4:28 ` howarth at bromo dot med.uc.edu [this message]
2014-11-06  8:36 ` izamyatin at gmail dot com
2014-11-06 10:29 ` marxin at gcc dot gnu.org
2014-11-06 15:38 ` howarth at bromo dot med.uc.edu
2014-11-10 21:08 ` iains at gcc dot gnu.org
2014-11-11 17:02 ` howarth at bromo dot med.uc.edu
2014-11-11 17:11 ` howarth at bromo dot med.uc.edu
2014-11-11 17:14 ` howarth at bromo dot med.uc.edu
2014-11-11 17:17 ` howarth at bromo dot med.uc.edu
2014-11-11 17:57 ` howarth at bromo dot med.uc.edu
2014-11-11 17:58 ` howarth at bromo dot med.uc.edu
2014-11-11 18:07 ` dominiq at lps dot ens.fr
2014-11-11 19:12 ` fxcoudert at gcc dot gnu.org
2014-11-13 16:13 ` dominiq at lps dot ens.fr

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-63622-4-3Op2P9jdgd@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).