public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/63764] [5 Regression] ICE: in verify_ssa, at tree-ssa.c:939
Date: Fri, 21 Nov 2014 09:26:00 -0000	[thread overview]
Message-ID: <bug-63764-4-XE2sHNGK3K@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-63764-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Nov 21 09:25:51 2014
New Revision: 217909

URL: https://gcc.gnu.org/viewcvs?rev=217909&root=gcc&view=rev
Log:
    PR target/63764
c-family/
    * c-common.h (convert_vector_to_pointer_for_subscript): Change
    return type to bool.
    * c-common.c: Include gimple-expr.c.
    (convert_vector_to_pointer_for_subscript): Change return type to
    bool.  If *vecp is not lvalue_p and has VECTOR_TYPE, return true
    and copy it into a TARGET_EXPR and use that instead of *vecp
    directly.
c/
    * c-typeck.c (build_array_ref): Adjust
    convert_vector_to_pointer_for_subscript caller.  If it returns true,
    call non_lvalue_loc on the result.
cp/
    * typeck.c (cp_build_array_ref): Adjust
    convert_vector_to_pointer_for_subscript caller.  If it returns true,
    call non_lvalue_loc on the result.
testsuite/
    * c-c++-common/pr63764-1.c: New test.
    * c-c++-common/pr63764-2.c: New test.

Added:
    trunk/gcc/testsuite/c-c++-common/pr63764-1.c
    trunk/gcc/testsuite/c-c++-common/pr63764-2.c
Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c
    trunk/gcc/c-family/c-common.h
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-typeck.c
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/typeck.c
    trunk/gcc/testsuite/ChangeLog


  parent reply	other threads:[~2014-11-21  9:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-06 17:53 [Bug middle-end/63764] New: nternal compiler error: " mkg at us dot ibm.com
2014-11-07  9:29 ` [Bug tree-optimization/63764] [5 Regression] ICE: " trippels at gcc dot gnu.org
2014-11-18 10:23 ` [Bug target/63764] " jakub at gcc dot gnu.org
2014-11-18 15:34 ` joseph at codesourcery dot com
2014-11-18 16:36 ` jakub at gcc dot gnu.org
2014-11-18 16:55 ` joseph at codesourcery dot com
2014-11-18 17:02 ` jakub at gcc dot gnu.org
2014-11-18 17:18 ` joseph at codesourcery dot com
2014-11-19 14:36 ` jakub at gcc dot gnu.org
2014-11-19 16:25 ` joseph at codesourcery dot com
2014-11-20 12:48 ` rguenth at gcc dot gnu.org
2014-11-21  9:26 ` jakub at gcc dot gnu.org [this message]
2014-11-21  9:35 ` 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-63764-4-XE2sHNGK3K@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).