public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/103007] [12 Regression] ice in vect_normalize_conj_loc, at tree-vect-slp-patterns.c:722
Date: Sat, 30 Oct 2021 23:33:50 +0000	[thread overview]
Message-ID: <bug-103007-4-ZtfObh3DAR@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-103007-4@http.gcc.gnu.org/bugzilla/>

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-10-30

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed, reduced to:
typedef float MushMeshVector[4];
struct MushMeshQuaternionPair {
  void VectorRotate(MushMeshVector &);
  MushMeshVector m_first;
  MushMeshVector m_second;
};
void 
MushMeshQuaternionPair::
VectorRotate(MushMeshVector &ioVec)  {
  ioVec[2] = (2 - m_first[1] + m_first[3] * 0);
  ioVec[3] = (m_first[3] + m_first[1] - m_first[2] * 0);
  float c = ioVec[2], d = ioVec[3];
  ioVec[2] = (0 - d * m_second[1]);
  ioVec[3] = (2 - c * m_second[1]);
}

  parent reply	other threads:[~2021-10-30 23:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-30 18:18 [Bug c++/103007] New: " dcb314 at hotmail dot com
2021-10-30 20:05 ` [Bug c++/103007] " dcb314 at hotmail dot com
2021-10-30 23:14 ` [Bug tree-optimization/103007] [12 Regression] " pinskia at gcc dot gnu.org
2021-10-30 23:33 ` pinskia at gcc dot gnu.org [this message]
2021-11-01  3:36 ` [Bug tree-optimization/103007] [12 Regression] ice in vect_normalize_conj_loc, at tree-vect-slp-patterns.c:722 since r12-4785-ged3de62ac949c92ad41ef6de7cc926fbb2a510ce marxin at gcc dot gnu.org
2021-11-01  7:26 ` tnfchris at gcc dot gnu.org
2021-11-01  7:26 ` tnfchris at gcc dot gnu.org
2021-11-01 10:43 ` juergen.reuter at desy dot de
2021-11-01 10:45 ` juergen.reuter at desy dot de
2021-11-01 10:59 ` tnfchris at gcc dot gnu.org
2021-11-01 12:32 ` juergen.reuter at desy dot de
2021-11-01 13:06 ` mario-baumann at web dot de
2021-11-01 13:08 ` mario-baumann at web dot de
2021-11-02  8:17 ` rguenth at gcc dot gnu.org
2021-11-02 13:28 ` cvs-commit at gcc dot gnu.org
2021-11-02 13:33 ` tnfchris 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-103007-4-ZtfObh3DAR@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).