public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/37955] [4.4 Regression] internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447
Date: Thu, 06 Nov 2008 22:12:00 -0000	[thread overview]
Message-ID: <20081106221118.32579.qmail@sourceware.org> (raw)
In-Reply-To: <bug-37955-16877@http.gcc.gnu.org/bugzilla/>



------- Comment #7 from ubizjak at gmail dot com  2008-11-06 22:11 -------
Reduced testcase, fails also on x86_64-pc-linux-gnu and i686-pc-linux-gnu/sse2,

gcc version 4.4.0 20081106 (experimental) [trunk revision 141649] (GCC) 

--cut here--
typedef struct
{
  enum { NotConnected = 0 } conn_state;
  unsigned int conn_hndl;
} AEP_CONNECTION_ENTRY;

static AEP_CONNECTION_ENTRY aep_app_conn_table[256];

void aep_mod_exp (void)
{
  int count;

  for (count = 0; count < 256; count++)
    {
      aep_app_conn_table[count].conn_state = NotConnected;
      aep_app_conn_table[count].conn_hndl = 0;
    }
}
--cut here--


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|x86_64-pc-mingw32           |x86-pc-linux-gnu
      Known to work|                            |4.3.2
   Target Milestone|---                         |4.4.0


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


  parent reply	other threads:[~2008-11-06 22:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-29 20:24 [Bug c/37955] New: " alon dot barlev at gmail dot com
2008-10-29 20:29 ` [Bug c/37955] " alon dot barlev at gmail dot com
2008-10-29 21:12 ` rguenth at gcc dot gnu dot org
2008-10-30  6:46 ` alon dot barlev at gmail dot com
2008-11-06  8:52 ` irar at il dot ibm dot com
2008-11-06 19:55 ` alon dot barlev at gmail dot com
2008-11-06 21:39 ` [Bug tree-optimization/37955] [4.4 Regression] " ubizjak at gmail dot com
2008-11-06 22:12 ` ubizjak at gmail dot com [this message]
2008-11-07 10:44 ` rguenth at gcc dot gnu dot org
2008-11-07 10:48 ` rguenth at gcc dot gnu dot org
2008-11-11  1:01 ` hp at gcc dot gnu dot org
2008-11-12  9:06 ` alon dot barlev at gmail dot com
2008-11-12 21:33 ` ubizjak at gmail dot com
2008-11-15 13:50 ` jakub at gcc dot gnu dot org
2008-11-28 11:32 ` rguenth at gcc dot gnu dot org
2008-11-28 11:33 ` rguenth 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=20081106221118.32579.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).