[Bug tree-optimization/30958] [4.3 Regression] ice for legal code with -ftree-vectorize -Os (-m64)

2007-06-18 Thread pinskia at gcc dot gnu dot org


--- Comment #7 from pinskia at gcc dot gnu dot org  2007-06-18 06:16 ---


*** This bug has been marked as a duplicate of 30784 ***


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


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



[Bug tree-optimization/30958] [4.3 Regression] ice for legal code with -ftree-vectorize -Os (-m64)

2007-06-05 Thread tbm at cyrius dot com


--- Comment #5 from tbm at cyrius dot com  2007-06-05 06:48 ---
(In reply to comment #0)
 Preprocessed source code attached. Flags -ftree-vectorize -Os -mno-sse
 required.

I don't see this with gcc 4.3 20070604.  Do you still get this failure?


-- 


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



[Bug tree-optimization/30958] [4.3 Regression] ice for legal code with -ftree-vectorize -Os (-m64)

2007-06-05 Thread dcb314 at hotmail dot com


--- Comment #6 from dcb314 at hotmail dot com  2007-06-05 16:51 ---
(In reply to comment #5)
 (In reply to comment #0)
  Preprocessed source code attached. Flags -ftree-vectorize -Os -mno-sse
  required.
 I don't see this with gcc 4.3 20070604.  Do you still get this failure?

Hard to say.

Recent versions of gcc 4.3 fail to compile recent
linux kernels for different reasons ;-|


-- 


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



[Bug tree-optimization/30958] [4.3 Regression] ice for legal code with -ftree-vectorize -Os (-m64)

2007-05-22 Thread pinskia at gcc dot gnu dot org


--- Comment #4 from pinskia at gcc dot gnu dot org  2007-05-23 00:32 ---
On the trunk with -Os -ftree-vectorize -m64 -maltivec, I get:
t.c: In function â#128;#152;fill_table_dc00_d800â#128;#153;:
t.c:6: internal compiler error: in vect_transform_loop, at
tree-vect-transform.c:5263
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.


-- 


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



[Bug tree-optimization/30958] [4.3 Regression] ice for legal code with -ftree-vectorize -Os (-m64)

2007-02-25 Thread pinskia at gcc dot gnu dot org


--- Comment #3 from pinskia at gcc dot gnu dot org  2007-02-26 06:38 ---
I think this is my fault.
Reduced testcase for powerpc64-linux-gnu:
struct pwc_dec23_private
{
  unsigned int table_dc00[256];
};
void fill_table_dc00_d800(struct pwc_dec23_private *pdec)
{
 int i;
 unsigned int offset1 = (1UL  (15 - 1));
 for (i=0; i256; i++) {
  pdec-table_dc00[i] = offset1  ~((1UL  (15 - 1)));
  offset1 += 0x7bc4;
 }
}


We get:
  D.1689_81 = BIT_FIELD_REF {63368}, 32, 0;


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||pinskia at gcc dot gnu dot
   ||org
 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
 GCC target triplet|x86_64-suse-linux-gnu   |
   Keywords||ice-on-valid-code
   Last reconfirmed|-00-00 00:00:00 |2007-02-26 06:38:40
   date||
Summary|ice for legal code with -   |[4.3 Regression] ice for
   |ftree-vectorize -Os -mno-sse|legal code with -ftree-
   ||vectorize -Os (-m64)
   Target Milestone|--- |4.3.0


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