public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/36991] [4.3/4.4 Regression] ICE in remove_useless_stmts_1, at tree-cfg.c:1882
Date: Fri, 01 Aug 2008 11:16:00 -0000	[thread overview]
Message-ID: <20080801111511.22057.qmail@sourceware.org> (raw)
In-Reply-To: <bug-36991-16542@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-08-01 11:15 -------
Confirmed.  Reduced testcase:

typedef float v4sf __attribute__ ((vector_size(16)));
typedef v4sf v4;
typedef union {
  v4sf v[4][4];
} m4v4;
void skew3(const v4 _v, m4v4 *dV2_dv)
{
  float *v = ((float *) &_v);
  if (dV2_dv)
    dV2_dv->v[1][0] = dV2_dv->v[0][1] = (v4){ v[1], v[0], 0., 0};
}


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.3.1 4.4.0
      Known to work|                            |4.2.4
   Last reconfirmed|0000-00-00 00:00:00         |2008-08-01 11:15:10
               date|                            |
            Summary|internal compiler error: in |[4.3/4.4 Regression] ICE in
                   |remove_useless_stmts_1, at  |remove_useless_stmts_1, at
                   |tree-cfg.c:1882             |tree-cfg.c:1882
   Target Milestone|---                         |4.3.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36991


  parent reply	other threads:[~2008-08-01 11:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-31 18:38 [Bug tree-optimization/36991] New: internal compiler error: " eagle at cs dot ucla dot edu
2008-07-31 18:39 ` [Bug tree-optimization/36991] " eagle at cs dot ucla dot edu
2008-07-31 18:40 ` eagle at cs dot ucla dot edu
2008-08-01 11:16 ` rguenth at gcc dot gnu dot org [this message]
2008-08-01 11:22 ` [Bug tree-optimization/36991] [4.3/4.4 Regression] ICE " rguenth at gcc dot gnu dot org
2008-08-01 11:37 ` [Bug tree-optimization/36991] [4.3 " rguenth at gcc dot gnu dot org
2008-08-01 13:09 ` jakub at gcc dot gnu dot org
2008-08-01 13:57 ` jakub at gcc dot gnu dot org
2008-08-01 19:01 ` jakub at gcc dot gnu dot org
2008-08-01 19:03 ` jakub at gcc dot gnu dot org
2008-08-01 19:04 ` jakub at gcc dot gnu dot 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=20080801111511.22057.qmail@sourceware.org \
    --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).