public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/64550] New: IPA fixes cause ICE in tree-ssa.c:939
@ 2015-01-09 12:44 anton at samba dot org
  2015-01-09 13:07 ` [Bug ipa/64550] [5 Regression] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: anton at samba dot org @ 2015-01-09 12:44 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64550
           Summary: IPA fixes cause ICE in tree-ssa.c:939
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: anton at samba dot org

I just hit the following ICE on our autobuilder:


/var/lib/jenkins/workspace/gcc_kernel_build/linux/net/core/dev.c: In function
‘dev_change_net_namespace.part.23’:
/var/lib/jenkins/workspace/gcc_kernel_build/linux/net/core/dev.c:7435:1:
internal compiler error: in verify_ssa, at tree-ssa.c:939
 subsys_initcall(net_dev_init);
 ^
0x10a5c9c7 verify_ssa(bool, bool)
        ../../gcc/gcc/tree-ssa.c:939
0x1070531b execute_function_todo
        ../../gcc/gcc/passes.c:1947
0x10705f63 do_per_function
        ../../gcc/gcc/passes.c:1639
0x10706127 execute_todo
        ../../gcc/gcc/passes.c:1997
Please submit a full bug report,


The two changes are:


Commit 04478c40f34f1b104f0281393b950020ddafdf82 by marxin
Fix for ipa/PR64503

    PR ipa/64503
    * sreal.c (sreal::dump): Change unsigned format to signed for
    m_exp value.
    (sreal::to_double): Replace exp2 with scalbln.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219378
138bc75d-0d04-0410-961f-82ee72b054a4


and:


Commit 05e3f0539fbe21709229cd34e1fa0d6ead1b0d2f by marxin
IPA ICF: compare_operand is split to multiple functions.

    * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
    name comparison.
    (func_checker::compare_memory_operand): New function.
    (func_checker::compare_operand): Split case to newly
    added functions.
    (func_checker::compare_cst_or_decl): New function.
    (func_checker::compare_gimple_call): Identify
    memory operands.
    (func_checker::compare_gimple_assign): Likewise.
    * ipa-icf-gimple.h: New function.
>From gcc-bugs-return-472612-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Jan 09 13:07:58 2015
Return-Path: <gcc-bugs-return-472612-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 9356 invoked by alias); 9 Jan 2015 13:07:58 -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 9317 invoked by uid 48); 9 Jan 2015 13:07:54 -0000
From: "anton at samba dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/64550] [5 Regression] IPA fixes cause ICE in tree-ssa.c:939
Date: Fri, 09 Jan 2015 13:07:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: ipa
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: anton at samba dot org
X-Bugzilla-Status: WAITING
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64550-4-bbAHyjLMk3@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64550-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64550-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-01/txt/msg00606.txt.bz2
Content-length: 224

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

--- Comment #2 from Anton Blanchard <anton at samba dot org> ---
The testcase in bug #64090 hits it, but for some reason the testcase in the bug
it was duped to does not.


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

end of thread, other threads:[~2015-01-13 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-09 12:44 [Bug ipa/64550] New: IPA fixes cause ICE in tree-ssa.c:939 anton at samba dot org
2015-01-09 13:07 ` [Bug ipa/64550] [5 Regression] " rguenth at gcc dot gnu.org
2015-01-09 14:23 ` marxin at gcc dot gnu.org
2015-01-09 19:22 ` anton at samba dot org
2015-01-13 12:52 ` 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).