public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/65560] [Regression 5] pr24683.c:11:1: internal compiler error: in extract_insn, at recog.c:2343
       [not found] <bug-65560-4@http.gcc.gnu.org/bugzilla/>
@ 2015-03-25 18:53 ` ktietz at gcc dot gnu.org
  2015-03-26 11:16 ` [Bug target/65560] [5 Regression] " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: ktietz at gcc dot gnu.org @ 2015-03-25 18:53 UTC (permalink / raw)
  To: gcc-bugs

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

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-03-25
                 CC|                            |ktietz at gcc dot gnu.org
            Summary|pr24683.c:11:1: internal    |[Regression 5]
                   |compiler error: in          |pr24683.c:11:1: internal
                   |extract_insn, at            |compiler error: in
                   |recog.c:2343                |extract_insn, at
                   |                            |recog.c:2343
     Ever confirmed|0                           |1

--- Comment #1 from Kai Tietz <ktietz at gcc dot gnu.org> ---
confirmed.


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

* [Bug target/65560] [5 Regression] pr24683.c:11:1: internal compiler error: in extract_insn, at recog.c:2343
       [not found] <bug-65560-4@http.gcc.gnu.org/bugzilla/>
  2015-03-25 18:53 ` [Bug target/65560] [Regression 5] pr24683.c:11:1: internal compiler error: in extract_insn, at recog.c:2343 ktietz at gcc dot gnu.org
@ 2015-03-26 11:16 ` rguenth at gcc dot gnu.org
  2015-03-26 13:05 ` ubizjak at gmail dot com
  2015-03-27 15:41 ` ubizjak at gmail dot com
  3 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-03-26 11:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0


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

* [Bug target/65560] [5 Regression] pr24683.c:11:1: internal compiler error: in extract_insn, at recog.c:2343
       [not found] <bug-65560-4@http.gcc.gnu.org/bugzilla/>
  2015-03-25 18:53 ` [Bug target/65560] [Regression 5] pr24683.c:11:1: internal compiler error: in extract_insn, at recog.c:2343 ktietz at gcc dot gnu.org
  2015-03-26 11:16 ` [Bug target/65560] [5 Regression] " rguenth at gcc dot gnu.org
@ 2015-03-26 13:05 ` ubizjak at gmail dot com
  2015-03-27 15:41 ` ubizjak at gmail dot com
  3 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2015-03-26 13:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Uroš Bizjak <ubizjak at gmail dot com> ---
legitimize_pe_coff_symbol is creating invalid RTX.
>From gcc-bugs-return-481815-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Mar 26 12:52:15 2015
Return-Path: <gcc-bugs-return-481815-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 120234 invoked by alias); 26 Mar 2015 12:52:15 -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 120205 invoked by uid 48); 26 Mar 2015 12:52:12 -0000
From: "ktietz at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/65581] [5 Regression] testsuite lto issue: multiple definition of `main', undefined reference to `WinMain'
Date: Thu, 26 Mar 2015 13:05:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ktietz at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cc resolution
Message-ID: <bug-65581-4-RMNTepE04e@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-65581-4@http.gcc.gnu.org/bugzilla/>
References: <bug-65581-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: 2015-03/txt/msg02959.txt.bz2
Content-length: 593

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

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ktietz at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #4 from Kai Tietz <ktietz at gcc dot gnu.org> ---
This issue is related to building of crt. so it doesn't have something to do
with gcc's lto in first hand.


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

* [Bug target/65560] [5 Regression] pr24683.c:11:1: internal compiler error: in extract_insn, at recog.c:2343
       [not found] <bug-65560-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-03-26 13:05 ` ubizjak at gmail dot com
@ 2015-03-27 15:41 ` ubizjak at gmail dot com
  3 siblings, 0 replies; 4+ messages in thread
From: ubizjak at gmail dot com @ 2015-03-27 15:41 UTC (permalink / raw)
  To: gcc-bugs

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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
Duplicate of PR65593.

*** This bug has been marked as a duplicate of bug 65593 ***
>From gcc-bugs-return-482037-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Mar 27 15:17:29 2015
Return-Path: <gcc-bugs-return-482037-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 112441 invoked by alias); 27 Mar 2015 15:17:29 -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 111764 invoked by uid 48); 27 Mar 2015 15:17:21 -0000
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/65593] [5 Regression] internal compiler error: in extract_insn, at recog.c:2343
Date: Fri, 27 Mar 2015 15:45:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ubizjak at gmail dot com
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-65593-4-8DiOza2jnz@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-65593-4@http.gcc.gnu.org/bugzilla/>
References: <bug-65593-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: 2015-03/txt/msg03181.txt.bz2
Content-length: 447

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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rainer@emrich-ebersheim.de

--- Comment #5 from Uroš Bizjak <ubizjak at gmail dot com> ---
*** Bug 65560 has been marked as a duplicate of this bug. ***
>From gcc-bugs-return-482038-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Mar 27 15:20:12 2015
Return-Path: <gcc-bugs-return-482038-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 123434 invoked by alias); 27 Mar 2015 15:20:12 -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 123375 invoked by uid 55); 27 Mar 2015 15:20:08 -0000
From: "hubicka at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/65531] ICE: symtab_node::verify failed: Two symbols with same comdat_group are not linked by the same_comdat_group list. with -fcheck-pointer-bounds -mmpx
Date: Fri, 27 Mar 2015 15:46:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords: ice-on-valid-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: hubicka at gcc dot gnu.org
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: ienkovich at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-65531-4-OlvwOQzOdt@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-65531-4@http.gcc.gnu.org/bugzilla/>
References: <bug-65531-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: 2015-03/txt/msg03182.txt.bz2
Content-length: 422

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

--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Fri Mar 27 15:19:35 2015
New Revision: 221736

URL: https://gcc.gnu.org/viewcvs?rev"1736&root=gcc&view=rev
Log:
    PR target/65531
    * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
    comdat groups.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/symtab.c


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

end of thread, other threads:[~2015-03-27 15:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-65560-4@http.gcc.gnu.org/bugzilla/>
2015-03-25 18:53 ` [Bug target/65560] [Regression 5] pr24683.c:11:1: internal compiler error: in extract_insn, at recog.c:2343 ktietz at gcc dot gnu.org
2015-03-26 11:16 ` [Bug target/65560] [5 Regression] " rguenth at gcc dot gnu.org
2015-03-26 13:05 ` ubizjak at gmail dot com
2015-03-27 15:41 ` ubizjak at gmail dot com

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