public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/33453]  New: ICE in build2_stat, at tree.c:3110 with -ftree-parallelize-loops=4 -ftree-vectorize
@ 2007-09-17  6:51 ubizjak at gmail dot com
  2007-09-17  9:14 ` [Bug tree-optimization/33453] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: ubizjak at gmail dot com @ 2007-09-17  6:51 UTC (permalink / raw)
  To: gcc-bugs

Following (delta reduced) testcase ICEs with 'gcc -O2 -msse2
-ftree-parallelize-loops=4 -ftree-vectorize' on i686 and x86_64:

gcc -O2 -msse2 -ftree-parallelize-loops=4 -ftree-vectorize 048.c
048.c: In function 'Create_BCyl':
048.c:15: internal compiler error: in build2_stat, at tree.c:3110
Please submit a full bug report,

--cut here--
typedef struct BCyl_Struct BCYL;
typedef struct BCyl_Entry_Struct BCYL_ENTRY;
struct BCyl_Entry_Struct
{
  short r1, r2;
  short h1, h2;
};
struct BCyl_Struct
{
  int number;
  BCYL_ENTRY *entry;
};
Create_BCyl (int number, double *tmp_r1, double *tmp_r2, double *tmp_h1,
             double *tmp_h2)
{
  int i, j, nr, nh;
  int *tmp_r1_index;
  int *tmp_r2_index;
  int *tmp_h1_index;
  int *tmp_h2_index;
  BCYL *bcyl;
  for (i = 0; i < bcyl->number; i++)
    {
      bcyl->entry[i].r1 = tmp_r1_index[i];
      bcyl->entry[i].r2 = tmp_r2_index[i];
      bcyl->entry[i].h1 = tmp_h1_index[i];
      bcyl->entry[i].h2 = tmp_h2_index[i];
    }
}
--cut here--


-- 
           Summary: ICE in build2_stat, at tree.c:3110 with -ftree-
                    parallelize-loops=4 -ftree-vectorize
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ubizjak at gmail dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-*-*, x86_64-*-*


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-12-03 22:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-17  6:51 [Bug tree-optimization/33453] New: ICE in build2_stat, at tree.c:3110 with -ftree-parallelize-loops=4 -ftree-vectorize ubizjak at gmail dot com
2007-09-17  9:14 ` [Bug tree-optimization/33453] " pinskia at gcc dot gnu dot org
2007-09-17 11:03 ` rguenth at gcc dot gnu dot org
2007-11-17 16:09 ` tbm at cyrius dot com
2007-11-17 16:12 ` tbm at cyrius dot com
2007-11-23 22:29 ` rguenth at gcc dot gnu dot org
2007-11-23 22:34 ` [Bug tree-optimization/33453] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-11-27  5:51 ` mmitchel at gcc dot gnu dot org
2007-12-03 13:59 ` jakub at gcc dot gnu dot org
2007-12-03 15:00 ` jakub at gcc dot gnu dot org
2007-12-03 22:36 ` jakub at gcc dot gnu dot org
2007-12-03 22:44 ` jakub at gcc dot gnu dot org

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).