[Bug c/31041] ice for legal code with -O2 -ftree-vectorize

tbm at cyrius dot com gcc-bugzilla@gcc.gnu.org
Mon Mar 5 13:09:00 GMT 2007



------- Comment #2 from tbm at cyrius dot com  2007-03-05 13:09 -------
Reduced testcase:

typedef int int32_t;
struct UNewTrie
{
  int32_t index[(0x110000 >> 1)];
};
typedef struct UNewTrie UNewTrie;
utrie_open_3_4 ()
{
  UNewTrie *trie;
  int32_t i, j;
    {
      i = 0;
      do
        {
          trie->index[i++] = j;
          j += 1;
        }
      while (i < 5);
    }
}


-- 

tbm at cyrius dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tbm at cyrius dot com


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



More information about the Gcc-bugs mailing list