https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64968 --- Comment #4 from Frédéric Buclin --- Bugzilla 5.0 is not available from bzr, it requires git. But there is already a .git repository in the root bugzilla/ directory, which requires root permissions to be read. What is git used for currently? >From gcc-bugs-return-476859-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Feb 11 14:40:57 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 16985 invoked by alias); 11 Feb 2015 14:40:57 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 16884 invoked by uid 48); 11 Feb 2015 14:40:53 -0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/65014] [5 Regression] ice with error: type mismatch in shift expression Date: Wed, 11 Feb 2015 14:40:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org 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: bug_status assigned_to attachments.created Message-ID: In-Reply-To: References: 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-02/txt/msg01192.txt.bz2 Content-length: 690 https://gcc.gnu.org/bugzilla/show_bug.cgi?ide014 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comment #5 from Jakub Jelinek --- Created attachment 34728 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id4728&actioníit gcc5-pr65015.patch Untested fix. Or alternatively we could fold those STRIP_NOPS adjusted trees back to the original type, but would that be worth it?