public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "u17263 at att dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/64824] New: ICE in gimple verification
Date: Tue, 27 Jan 2015 19:27:00 -0000	[thread overview]
Message-ID: <bug-64824-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 64824
           Summary: ICE in gimple verification
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: u17263 at att dot net

Created attachment 34594
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34594&action=edit
test case

gcc version: 5.0.0 / svn: r220182

gcc -Wall -fopenmp -c bug-8.c
bug-8.c: In function ‘foo’:
bug-8.c:6:1: error: type mismatch in shift expression
 foo (void)
 ^
long long int
int
unsigned int
ldata.0 = expr << D.2971;
bug-8.c:6:1: internal compiler error: verify_gimple failed
0xb0102f verify_gimple_in_seq(gimple_statement_base*)
        /home/mentor/gomp/trunk/gcc/tree-cfg.c:4736
0x8cfd27 gimplify_body(tree_node*, bool)
        /home/mentor/gomp/trunk/gcc/gimplify.c:9117
0x8d0146 gimplify_function_tree(tree_node*)
        /home/mentor/gomp/trunk/gcc/gimplify.c:9202
0x715237 cgraph_node::analyze()
        /home/mentor/gomp/trunk/gcc/cgraphunit.c:620
0x717e4e analyze_functions
        /home/mentor/gomp/trunk/gcc/cgraphunit.c:1008
0x7185b5 symbol_table::finalize_compilation_unit()
        /home/mentor/gomp/trunk/gcc/cgraphunit.c:2365
0x5bb872 c_write_global_declarations()
        /home/mentor/gomp/trunk/gcc/c/c-decl.c:10789
>From gcc-bugs-return-475143-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Jan 27 19:40:19 2015
Return-Path: <gcc-bugs-return-475143-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 8204 invoked by alias); 27 Jan 2015 19:40:19 -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 8038 invoked by uid 55); 27 Jan 2015 19:40:14 -0000
From: "hubicka at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/64139] [4.9/5 Regression] ice in possible_polymorphic_call_targets, at ipa-devirt.c:2410
Date: Tue, 27 Jan 2015 19:40: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: hubicka at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: hubicka at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64139-4-iu73iyKTSi@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64139-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64139-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/msg03137.txt.bz2
Content-length: 661

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

--- Comment #9 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Tue Jan 27 19:39:37 2015
New Revision: 220185

URL: https://gcc.gnu.org/viewcvs?rev"0185&root=gcc&view=rev
Log:

    PR ipa/60871
    PR ipa/64139
    * tree.c (lookup_binfo_at_offset): New function.
    (get_binfo_at_offset): Use it.

    * g++.dg/torture/pr64139.C: New testcase.
    * g++.dg/torture/pr60871.C: Likewise.

Added:
    trunk/gcc/testsuite/g++.dg/torture/pr60871.C
    trunk/gcc/testsuite/g++.dg/torture/pr64139.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree.c


             reply	other threads:[~2015-01-27 19:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-27 19:27 u17263 at att dot net [this message]
2015-02-04 22:33 ` [Bug middle-end/64824] " jakub at gcc dot gnu.org
2015-02-04 22:40 ` jakub at gcc dot gnu.org
2015-02-11  9:41 ` dcb314 at hotmail dot com
2015-02-11  9:42 ` dcb314 at hotmail dot com
2015-02-11  9:53 ` jakub at gcc dot gnu.org
2015-02-11 13:41 ` jakub at gcc dot gnu.org
2015-02-11 14:44 ` jakub at gcc dot gnu.org
2015-02-11 14:49 ` jakub at gcc dot gnu.org
2015-09-09 17:12 ` jakub at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-64824-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).