public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcc/61477] New: ICE [4.10 regression?] at regcprop.c
@ 2014-06-11 14:29 juergen.reuter at desy dot de
  2014-06-12  9:21 ` [Bug rtl-optimization/61477] [4.10 Regression] ICE " rguenth at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: juergen.reuter at desy dot de @ 2014-06-11 14:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61477
           Summary: ICE [4.10 regression?] at regcprop.c
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: juergen.reuter at desy dot de

On MAC OS X at least, I was not able to compile gcc-4.10 due to the following
problem (svn rev 211463):
{{{
/usr/local/packages/gcc-4.10.0_trunk/build/./gcc/xgcc
-B/usr/local/packages/gcc-4.10.0_trunk/build/./gcc/
-B/usr/local/x86_64-apple-darwin11.4.2/bin/
-B/usr/local/x86_64-apple-darwin11.4.2/lib/ -isystem
/usr/local/x86_64-apple-darwin11.4.2/include -isystem
/usr/local/x86_64-apple-darwin11.4.2/sys-include    -g -O2 -m32 -O2  -g -O2
-DIN_GCC    -W -Wall -Wwrite-strings -Wcast-qual -Wno-format
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem
./include   -pipe -fno-common -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector   -pipe -fno-common -I. -I. -I../../.././gcc
-I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc
-I../../../../libgcc/../include  -DHAVE_CC_TLS -DUSE_EMUTLS -o _fixunssfdi.o
-MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c
../../../../libgcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \
        -DLIBGCC2_UNITS_PER_WORD=4
../../../../libgcc/libgcc2.c: In function ‘__fixunssfdi’:
../../../../libgcc/libgcc2.c:1492:1: error: insn does not satisfy its
constraints:
 }
 ^
(insn 60 13 14 2 (set (reg:DI 0 ax)
        (reg:DI 21 xmm0)) ../../../../libgcc/libgcc2.c:1444 89
{*movdi_internal}
     (expr_list:REG_UNUSED (reg:DI 0 ax)
        (nil)))
../../../../libgcc/libgcc2.c:1492:1: internal compiler error: in
copyprop_hardreg_forward_1, at regcprop.c:776
libbacktrace could not find executable to open
Please submit a full bug report,
}}}
>From gcc-bugs-return-453694-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Jun 11 14:34:10 2014
Return-Path: <gcc-bugs-return-453694-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 15676 invoked by alias); 11 Jun 2014 14:34:08 -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 15630 invoked by uid 48); 11 Jun 2014 14:34:02 -0000
From: "juergen.reuter at desy dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libgcc/61477] ICE [4.10 regression?] at regcprop.c
Date: Wed, 11 Jun 2014 14:34:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libgcc
X-Bugzilla-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: juergen.reuter at desy dot de
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: attachments.created
Message-ID: <bug-61477-4-2SGQMPSEzC@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61477-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61477-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-06/txt/msg00776.txt.bz2
Content-length: 240

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

--- Comment #1 from Jürgen Reuter <juergen.reuter at desy dot de> ---
Created attachment 32925
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32925&action=edit
config.log
>From gcc-bugs-return-453695-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Jun 11 14:38:44 2014
Return-Path: <gcc-bugs-return-453695-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 19278 invoked by alias); 11 Jun 2014 14:38:43 -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 19233 invoked by uid 48); 11 Jun 2014 14:38:37 -0000
From: "dominiq at lps dot ens.fr" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libgcc/61477] ICE [4.10 regression?] at regcprop.c
Date: Wed, 11 Jun 2014 14:38:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libgcc
X-Bugzilla-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: dominiq at lps dot ens.fr
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 everconfirmed
Message-ID: <bug-61477-4-LpyHydymw4@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61477-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61477-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-06/txt/msg00777.txt.bz2
Content-length: 642

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-06-11
     Ever confirmed|0                           |1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
This is a duplicate of pr61446. A working patch has been committed at
https://gcc.gnu.org/ml/gcc-patches/2014-06/msg00775.html but nobody cared to
review it!-(


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug rtl-optimization/61477] [4.10 Regression] ICE at regcprop.c
  2014-06-11 14:29 [Bug libgcc/61477] New: ICE [4.10 regression?] at regcprop.c juergen.reuter at desy dot de
@ 2014-06-12  9:21 ` rguenth at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-12  9:21 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE
   Target Milestone|---                         |4.10.0

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
dup

*** This bug has been marked as a duplicate of bug 61446 ***


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-12  9:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-11 14:29 [Bug libgcc/61477] New: ICE [4.10 regression?] at regcprop.c juergen.reuter at desy dot de
2014-06-12  9:21 ` [Bug rtl-optimization/61477] [4.10 Regression] ICE " rguenth at gcc dot gnu.org

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).