public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/66856] New: [6 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:234
@ 2015-07-13 12:02 marxin at gcc dot gnu.org
  2015-07-13 14:24 ` [Bug tree-optimization/66856] " rguenth at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: marxin at gcc dot gnu.org @ 2015-07-13 12:02 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66856
           Summary: [6 Regression] ICE in compute_live_loop_exits, at
                    tree-ssa-loop-manip.c:234
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---

Created attachment 35966
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35966&action=edit
vectorizer dump

Firefox built with -flto and -O3 produces following ICE:

/home/marxin/Programming/gecko-dev/gfx/cairo/libpixman/src/pixman-fast-path.c:
In function ‘fast_write_back_r5g6b5’:
/home/marxin/Programming/gecko-dev/gfx/cairo/libpixman/src/pixman-fast-path.c:2459:1:
internal compiler error: in compute_live_loop_exits, at
tree-ssa-loop-manip.c:234
 fast_write_back_r5g6b5 (pixman_iter_t *iter)
 ^
0xc8ed62 compute_live_loop_exits
        ../../gcc/tree-ssa-loop-manip.c:234
0xc8ed62 add_exit_phis_var
        ../../gcc/tree-ssa-loop-manip.c:321
0xc8ed62 add_exit_phis
        ../../gcc/tree-ssa-loop-manip.c:343
0xc8ed62 rewrite_into_loop_closed_ssa(bitmap_head*, unsigned int)
        ../../gcc/tree-ssa-loop-manip.c:538
0xd87283 vectorize_loops()
        ../../gcc/tree-vectorizer.c:586

Unfortunately, as it's a ltrans issue, it won't be hard to come up with a small
reproducer.

Thus, I attached vectorizer dump file, hope it will help.

Thanks,
Martin
>From gcc-bugs-return-492145-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Jul 13 12:03:20 2015
Return-Path: <gcc-bugs-return-492145-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 98641 invoked by alias); 13 Jul 2015 12:03: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 98396 invoked by uid 48); 13 Jul 2015 12:03:16 -0000
From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/66555] Fails to warn for if (j == 0 && i == i)
Date: Mon, 13 Jul 2015 12:03:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Version: 6.0
X-Bugzilla-Keywords: diagnostic
X-Bugzilla-Severity: enhancement
X-Bugzilla-Who: mpolacek at gcc dot gnu.org
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 6.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cc assigned_to target_milestone
Message-ID: <bug-66555-4-WKLARUohUO@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-66555-4@http.gcc.gnu.org/bugzilla/>
References: <bug-66555-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-07/txt/msg01035.txt.bz2
Content-length: 511

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |mpolacek at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |mpolacek at gcc dot gnu.org
   Target Milestone|---                         |6.0


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

* [Bug tree-optimization/66856] [6 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:234
  2015-07-13 12:02 [Bug tree-optimization/66856] New: [6 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:234 marxin at gcc dot gnu.org
@ 2015-07-13 14:24 ` rguenth at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-07-13 14:24 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0


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

end of thread, other threads:[~2015-07-13 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-13 12:02 [Bug tree-optimization/66856] New: [6 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.c:234 marxin at gcc dot gnu.org
2015-07-13 14:24 ` [Bug tree-optimization/66856] " 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).