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 go/94607] ice in execute_todo, at passes.c:2034
Date: Wed, 15 Apr 2020 13:54:06 +0000	[thread overview]
Message-ID: <bug-94607-4-rWLW2T1eD1@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-94607-4@http.gcc.gnu.org/bugzilla/>

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
2020-04-15  Jakub Jelinek  <jakub@redhat.com>

        PR go/94607
        * go-gcc.cc (Gcc_backend::Gcc_backend): Set DECL_IS_NOVOPS on
        BUILT_IN_PREFETCH decl.

--- gcc/go/go-gcc.cc.jj 2020-01-12 11:54:36.630410135 +0100
+++ gcc/go/go-gcc.cc    2020-04-15 15:52:15.243624553 +0200
@@ -804,6 +804,7 @@ Gcc_backend::Gcc_backend()
                                                        const_ptr_type_node,
                                                        NULL_TREE),
                       false, false);
+  DECL_IS_NOVOPS(builtin_decl_explicit(BUILT_IN_PREFETCH)) = 1;

   // The compiler uses __builtin_unreachable for cases that cannot
   // occur.

fixes this.

  parent reply	other threads:[~2020-04-15 13:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-15 13:14 [Bug go/94607] New: " dcb314 at hotmail dot com
2020-04-15 13:16 ` [Bug go/94607] " rguenth at gcc dot gnu.org
2020-04-15 13:21 ` dcb314 at hotmail dot com
2020-04-15 13:54 ` jakub at gcc dot gnu.org [this message]
2020-04-15 20:01 ` cvs-commit at gcc dot gnu.org
2020-04-15 20:19 ` ian at airs dot com

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-94607-4-rWLW2T1eD1@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).