public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/36119]  New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
@ 2008-05-03 18:17 jv244 at cam dot ac dot uk
  2008-05-03 18:46 ` [Bug tree-optimization/36119] [4.4 regression] " rguenth at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: jv244 at cam dot ac dot uk @ 2008-05-03 18:17 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2149 bytes --]

gfortran -c -v -O3 -ffast-math -funroll-loops -ftree-vectorize -march=native
-ffree-form bug.F

crashes with 

bug.F: In function ‘check_dnucint_ana’:
bug.F:1: internal compiler error: in vectorizable_assignment, at
tree-vect-transform.c:3671

for 

/data03/vondele/gcc_trunk/build/libexec/gcc/x86_64-unknown-linux-gnu/4.4.0/f951
/tmp/cc7t33Xt.f -march=k8-sse3 -mcx16 -msahf --param l1-cache-size=64 --param
l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8 -quiet -dumpbase
bug.F -auxbase bug -O3 -version -ffast-math -funroll-loops -ftree-vectorize
-ffree-form -fpreprocessed -fintrinsic-modules-path
/data03/vondele/gcc_trunk/build/lib/gcc/x86_64-unknown-linux-gnu/4.4.0/finclude
-o /tmp/ccwqJEaQ.s
GNU Fortran (GCC) version 4.4.0 20080503 (experimental) [trunk revision 134897]
(x86_64-unknown-linux-gnu)

This blocks compilation of CVS CP2K.

A reduced testcase is:

SUBROUTINE check_dnucint_ana (dcore)
  IMPLICIT NONE
  INTEGER, PARAMETER :: dp=8
  REAL(dp), DIMENSION(10, 2), INTENT(IN),&
       OPTIONAL                            :: dcore
  INTEGER                                  :: i, j
  REAL(dp)                                 :: delta, nssss, od, rn, ssssm, &
       ssssp
  REAL(dp), DIMENSION(10, 2)               :: corem, corep, ncore
  LOGICAL                                  :: check_value

  delta = 1.0E-8_dp
  od = 0.5_dp/delta
  ncore = od * (corep - corem)
  nssss = od * (ssssp - ssssm)
  IF (PRESENT(dcore)) THEN
     DO i = 1, 2
        DO j = 1, 10
           IF (.NOT.check_value(ncore(j,i), dcore(j,i), delta, 0.1_dp)) THEN
           END IF
        END DO
     END DO
  END IF
END SUBROUTINE check_dnucint_ana


-- 
           Summary: internal compiler error: in vectorizable_assignment, at
                    tree-vect-transform.c:3671
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk
OtherBugsDependingO 29975
             nThis:


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
@ 2008-05-03 18:46 ` rguenth at gcc dot gnu dot org
  2008-05-04  8:01 ` irar at il dot ibm dot com
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-05-03 18:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
          Component|middle-end                  |tree-optimization
           Keywords|                            |ice-on-valid-code
   Target Milestone|---                         |4.4.0


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
  2008-05-03 18:46 ` [Bug tree-optimization/36119] [4.4 regression] " rguenth at gcc dot gnu dot org
@ 2008-05-04  8:01 ` irar at il dot ibm dot com
  2008-05-04 10:47 ` rguenth at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: irar at il dot ibm dot com @ 2008-05-04  8:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from irar at il dot ibm dot com  2008-05-04 08:00 -------
I don't get the ICE: revision 134926, x86_64-linux, same flags. The loop in
line 14 gets vectorized.

Ira


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
  2008-05-03 18:46 ` [Bug tree-optimization/36119] [4.4 regression] " rguenth at gcc dot gnu dot org
  2008-05-04  8:01 ` irar at il dot ibm dot com
@ 2008-05-04 10:47 ` rguenth at gcc dot gnu dot org
  2008-05-04 11:14 ` irar at il dot ibm dot com
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-05-04 10:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2008-05-04 10:47 -------
I can reproduce this on i686 with -O3 -mfpmath=sse -msse2 (r134902):

#1  0x086d592d in vectorizable_assignment (stmt=0xb7c9dcb0, bsi=0xbff3b824, 
    vec_stmt=0xbff3b7c0, slp_node=0xab9ca08)
    at /home/richard/src/trunk/gcc/tree-vect-transform.c:3671
3671      gcc_assert (ncopies >= 1);
(gdb) print ncopies
$1 = 0
(gdb) call debug_generic_expr (stmt)
D.989_84 = ((D.988_83))

hmm, I guess I missed a place to teach the vectorizer that PAREN_EXPR is
a vectorizable_assignment.

(gdb) print *stmt_info
$4 = {type = assignment_vec_info_type, stmt = 0xb7c9dcb0, 
  loop_vinfo = 0xab97730, relevant = vect_used_in_loop, live = 0 '\0', 
  vectype = 0xb7c71208, vectorized_stmt = 0x0, data_ref_info = 0x0, 
  dr_base_address = 0x0, dr_init = 0x0, dr_offset = 0x0, dr_step = 0x0, 
  dr_aligned_to = 0x0, in_pattern_p = 0 '\0', related_stmt = 0x0, 
  same_align_refs = 0xab77820, def_type = vect_loop_def, first_dr = 0x0, 
  next_dr = 0x0, size = 0, store_count = 0, gap = 0, same_dr_stmt = 0x0, 
  read_write_dep = 0 '\0', cost = {outside_of_loop = 0, inside_of_loop = 1}, 
  slp_type = pure_slp}
(gdb) print *loop_vinfo 
$5 = {loop = 0xb7ca5688, bbs = 0xab67b98, num_iters = 0xb7c9d914, 
  num_iters_unchanged = 0xb7c9d914, min_profitable_iters = 0, 
  vectorizable = 1 '\001', vectorization_factor = 1, unaligned_dr = 0x0, 
  peeling_for_alignment = 0, ptr_mask = 15, datarefs = 0xab7d710, 
  ddrs = 0xab996e0, may_alias_ddrs = 0xab77858, 
  may_misalign_stmts = 0xab6c960, loop_line_number = 0, 
  strided_stores = 0xab6c080, slp_instances = 0xab7bcf8, 
  slp_unrolling_factor = 1}


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-05-04 10:47:08
               date|                            |


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (2 preceding siblings ...)
  2008-05-04 10:47 ` rguenth at gcc dot gnu dot org
@ 2008-05-04 11:14 ` irar at il dot ibm dot com
  2008-05-04 11:22 ` irar at il dot ibm dot com
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: irar at il dot ibm dot com @ 2008-05-04 11:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from irar at il dot ibm dot com  2008-05-04 11:13 -------
In my dump this stmt is vectorized ok:

bug.F:14: note: ------>vectorizing statement: D.1055_23 = ((D.1054_22))
bug.F:14: note: transform statement.
bug.F:14: note: vect_is_simple_use: operand ((D.1054_22))
bug.F:14: note: non-associatable copy.
bug.F:14: note: def_stmt: D.1054_22 = D.1051_19 - D.1053_21
bug.F:14: note: type of def: 3.
bug.F:14: note: transform assignment.
bug.F:14: note: vect_get_vec_def_for_operand: ((D.1054_22))
bug.F:14: note: vect_is_simple_use: operand ((D.1054_22))
bug.F:14: note: non-associatable copy.
bug.F:14: note: def_stmt: D.1054_22 = D.1051_19 - D.1053_21
bug.F:14: note: type of def: 3.
bug.F:14: note: def =  D.1054_22  def_stmt =  D.1054_22 = D.1051_19 - D.1053_21
bug.F:14: note: add new stmt: vect_var_.63_162 = vect_var_.62_161

I also see that vectorization factor is 1 in your dump. I think that this is
the problem here, since ncopies = vf/nunits (nunits number of elements in the
vector of this type). 

Could you please attach the vectorizer dump file?

Ira


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (3 preceding siblings ...)
  2008-05-04 11:14 ` irar at il dot ibm dot com
@ 2008-05-04 11:22 ` irar at il dot ibm dot com
  2008-05-04 11:25 ` rguenth at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: irar at il dot ibm dot com @ 2008-05-04 11:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from irar at il dot ibm dot com  2008-05-04 11:21 -------
If it is really a try to SLP, I think this patch will fix the ICE:

Index: tree-vect-transform.c
===================================================================
--- tree-vect-transform.c       (revision 134926)
+++ tree-vect-transform.c       (working copy)
@@ -3668,6 +3668,11 @@ vectorizable_assignment (tree stmt, bloc
   VEC(tree,heap) *vec_oprnds = NULL;
   tree vop;

+  /* FORNOW: SLP with multiple types is not supported. The SLP analysis
verifies
+     this, so we can safely override NCOPIES with 1 here.  */
+  if (slp_node)
+    ncopies = 1;
+
   gcc_assert (ncopies >= 1);
   if (ncopies > 1)
     return false; /* FORNOW */


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (4 preceding siblings ...)
  2008-05-04 11:22 ` irar at il dot ibm dot com
@ 2008-05-04 11:25 ` rguenth at gcc dot gnu dot org
  2008-05-04 11:50 ` irar at il dot ibm dot com
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-05-04 11:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2008-05-04 11:24 -------
Created an attachment (id=15574)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15574&action=view)
vectorizer dump

Attached.  The last line indeed hints at SLP:

t.f90:14: note: ------>vectorizing SLP node starting from: D.989_84 =
((D.988_83))


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (5 preceding siblings ...)
  2008-05-04 11:25 ` rguenth at gcc dot gnu dot org
@ 2008-05-04 11:50 ` irar at il dot ibm dot com
  2008-05-04 11:54 ` rguenther at suse dot de
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: irar at il dot ibm dot com @ 2008-05-04 11:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from irar at il dot ibm dot com  2008-05-04 11:49 -------
(In reply to comment #5)
> Created an attachment (id=15574)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15574&action=view) [edit]
> vectorizer dump
> 
> Attached.  

Thanks!

> The last line indeed hints at SLP:
> 
> t.f90:14: note: ------>vectorizing SLP node starting from: D.989_84 =
> ((D.988_83))
> 

I am pretty sure now that the patch in comment #4 fixes the ICE.
Could someone please verify this?

Ira


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (6 preceding siblings ...)
  2008-05-04 11:50 ` irar at il dot ibm dot com
@ 2008-05-04 11:54 ` rguenther at suse dot de
  2008-05-04 12:08 ` irar at il dot ibm dot com
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenther at suse dot de @ 2008-05-04 11:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenther at suse dot de  2008-05-04 11:53 -------
Subject: Re:  [4.4 regression] internal compiler
 error: in vectorizable_assignment, at tree-vect-transform.c:3671

On Sun, 4 May 2008, irar at il dot ibm dot com wrote:

> ------- Comment #6 from irar at il dot ibm dot com  2008-05-04 11:49 -------
> (In reply to comment #5)
> > Created an attachment (id=15574)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15574&action=view)
>  --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15574&action=view) [edit]
> > vectorizer dump
> > 
> > Attached.  
> 
> Thanks!
> 
> > The last line indeed hints at SLP:
> > 
> > t.f90:14: note: ------>vectorizing SLP node starting from: D.989_84 =
> > ((D.988_83))
> > 
> 
> I am pretty sure now that the patch in comment #4 fixes the ICE.
> Could someone please verify this?

It does - and the loop is vectorized.  But it looks like a hack ;)

Richard.


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (7 preceding siblings ...)
  2008-05-04 11:54 ` rguenther at suse dot de
@ 2008-05-04 12:08 ` irar at il dot ibm dot com
  2008-05-04 12:22 ` rguenther at suse dot de
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: irar at il dot ibm dot com @ 2008-05-04 12:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from irar at il dot ibm dot com  2008-05-04 12:07 -------
(In reply to comment #7)
> It does - and the loop is vectorized.  But it looks like a hack ;)

It is not. We actually do this in all vectorizable_...() that support SLP. 
SLP currently does not support multiple types (I am working on this right now).
So in the analysis phase we check that there is only one type in the loop
before we try to SLP it. In loop-based vectorization of loops with multiple
types we generate "copies" of stmts of the bigger type, and the number of
copies is vf/nunits. In SLP this expression is meaningless, therefore, we
overwrite NCOPIES with 1 (which is the correct number of copies in case there
is only one type in the loop).

Ira

> 
> Richard.
> 


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (8 preceding siblings ...)
  2008-05-04 12:08 ` irar at il dot ibm dot com
@ 2008-05-04 12:22 ` rguenther at suse dot de
  2008-05-04 12:27 ` irar at il dot ibm dot com
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenther at suse dot de @ 2008-05-04 12:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from rguenther at suse dot de  2008-05-04 12:22 -------
Subject: Re:  [4.4 regression] internal compiler
 error: in vectorizable_assignment, at tree-vect-transform.c:3671

On Sun, 4 May 2008, irar at il dot ibm dot com wrote:

> ------- Comment #8 from irar at il dot ibm dot com  2008-05-04 12:07 -------
> (In reply to comment #7)
> > It does - and the loop is vectorized.  But it looks like a hack ;)
> 
> It is not. We actually do this in all vectorizable_...() that support SLP. 
> SLP currently does not support multiple types (I am working on this right now).
> So in the analysis phase we check that there is only one type in the loop
> before we try to SLP it. In loop-based vectorization of loops with multiple
> types we generate "copies" of stmts of the bigger type, and the number of
> copies is vf/nunits. In SLP this expression is meaningless, therefore, we
> overwrite NCOPIES with 1 (which is the correct number of copies in case there
> is only one type in the loop).

Ah, I see.  Can you give the patch bootstrap & test?  I'll pre-approve
it here.

Thanks,
Richard.


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (9 preceding siblings ...)
  2008-05-04 12:22 ` rguenther at suse dot de
@ 2008-05-04 12:27 ` irar at il dot ibm dot com
  2008-05-04 12:41 ` rguenther at suse dot de
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: irar at il dot ibm dot com @ 2008-05-04 12:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from irar at il dot ibm dot com  2008-05-04 12:26 -------
(In reply to comment #9)
> Can you give the patch bootstrap & test?  I'll pre-approve
> it here.

Sure, for both trunk and 4.3.1, I guess.

Ira

> 
> Thanks,
> Richard.
> 


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (10 preceding siblings ...)
  2008-05-04 12:27 ` irar at il dot ibm dot com
@ 2008-05-04 12:41 ` rguenther at suse dot de
  2008-05-05  7:49 ` irar at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenther at suse dot de @ 2008-05-04 12:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from rguenther at suse dot de  2008-05-04 12:41 -------
Subject: Re:  [4.4 regression] internal compiler
 error: in vectorizable_assignment, at tree-vect-transform.c:3671

On Sun, 4 May 2008, irar at il dot ibm dot com wrote:

> 
> 
> ------- Comment #10 from irar at il dot ibm dot com  2008-05-04 12:26 -------
> (In reply to comment #9)
> > Can you give the patch bootstrap & test?  I'll pre-approve
> > it here.
> 
> Sure, for both trunk and 4.3.1, I guess.

Yes.  Thanks.

Richard.


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (11 preceding siblings ...)
  2008-05-04 12:41 ` rguenther at suse dot de
@ 2008-05-05  7:49 ` irar at gcc dot gnu dot org
  2008-05-05  7:50 ` irar at gcc dot gnu dot org
  2008-05-12 12:18 ` irar at il dot ibm dot com
  14 siblings, 0 replies; 16+ messages in thread
From: irar at gcc dot gnu dot org @ 2008-05-05  7:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from irar at gcc dot gnu dot org  2008-05-05 07:48 -------
Subject: Bug 36119

Author: irar
Date: Mon May  5 07:47:49 2008
New Revision: 134944

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134944
Log:
        PR tree-optimization/36119
        * tree-vect-transform.c (vectorizable_assignment): Set NCOPIES to 1
        in case of SLP.


Added:
    trunk/gcc/testsuite/gfortran.dg/vect/pr36119.f
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vect-transform.c


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (12 preceding siblings ...)
  2008-05-05  7:49 ` irar at gcc dot gnu dot org
@ 2008-05-05  7:50 ` irar at gcc dot gnu dot org
  2008-05-12 12:18 ` irar at il dot ibm dot com
  14 siblings, 0 replies; 16+ messages in thread
From: irar at gcc dot gnu dot org @ 2008-05-05  7:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from irar at gcc dot gnu dot org  2008-05-05 07:49 -------
Subject: Bug 36119

Author: irar
Date: Mon May  5 07:48:58 2008
New Revision: 134945

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134945
Log:
        PR tree-optimization/36119
        * tree-vect-transform.c (vectorizable_assignment): Set NCOPIES to 1
        in case of SLP.


Added:
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/vect/pr36119.f
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_3-branch/gcc/tree-vect-transform.c


-- 


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


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

* [Bug tree-optimization/36119] [4.4 regression] internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671
  2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
                   ` (13 preceding siblings ...)
  2008-05-05  7:50 ` irar at gcc dot gnu dot org
@ 2008-05-12 12:18 ` irar at il dot ibm dot com
  14 siblings, 0 replies; 16+ messages in thread
From: irar at il dot ibm dot com @ 2008-05-12 12:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from irar at il dot ibm dot com  2008-05-12 12:17 -------
Fixed.


-- 

irar at il dot ibm dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-05-12 12:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-03 18:17 [Bug middle-end/36119] New: internal compiler error: in vectorizable_assignment, at tree-vect-transform.c:3671 jv244 at cam dot ac dot uk
2008-05-03 18:46 ` [Bug tree-optimization/36119] [4.4 regression] " rguenth at gcc dot gnu dot org
2008-05-04  8:01 ` irar at il dot ibm dot com
2008-05-04 10:47 ` rguenth at gcc dot gnu dot org
2008-05-04 11:14 ` irar at il dot ibm dot com
2008-05-04 11:22 ` irar at il dot ibm dot com
2008-05-04 11:25 ` rguenth at gcc dot gnu dot org
2008-05-04 11:50 ` irar at il dot ibm dot com
2008-05-04 11:54 ` rguenther at suse dot de
2008-05-04 12:08 ` irar at il dot ibm dot com
2008-05-04 12:22 ` rguenther at suse dot de
2008-05-04 12:27 ` irar at il dot ibm dot com
2008-05-04 12:41 ` rguenther at suse dot de
2008-05-05  7:49 ` irar at gcc dot gnu dot org
2008-05-05  7:50 ` irar at gcc dot gnu dot org
2008-05-12 12:18 ` irar at il dot ibm dot com

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