[Bug fortran/25358] vector assignment to assumed-size Cray Pointee error

2006-03-31 Thread kargl at gcc dot gnu dot org


--- Comment #5 from kargl at gcc dot gnu dot org  2006-04-01 00:04 ---
Subject: Bug 25358

Author: kargl
Date: Sat Apr  1 00:04:46 2006
New Revision: 112594

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112594
Log:
2006-03-31  Asher Langton  [EMAIL PROTECTED]

PR fortran/25358
*expr.c (gfc_check_assign): Allow cray pointee to be assumes-size.


2006-03-31  Asher Langton  [EMAIL PROTECTED]

PR fortran/25358
gfortran.dg/cray_pointers_6.f90: New test.


Added:
trunk/gcc/testsuite/gfortran.dg/cray_pointers_6.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/expr.c
trunk/gcc/testsuite/ChangeLog


-- 


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



[Bug fortran/25358] vector assignment to assumed-size Cray Pointee error

2006-03-31 Thread kargl at gcc dot gnu dot org


--- Comment #6 from kargl at gcc dot gnu dot org  2006-04-01 00:07 ---
Subject: Bug 25358

Author: kargl
Date: Sat Apr  1 00:07:03 2006
New Revision: 112595

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112595
Log:
2006-03-31  Asher Langton  [EMAIL PROTECTED]

PR fortran/25358
*expr.c (gfc_check_assign): Allow cray pointee to be assumes-size.


2006-03-31  Asher Langton  [EMAIL PROTECTED]

PR fortran/25358
gfortran.dg/cray_pointers_6.f90: New test.


Added:
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/cray_pointers_6.f90
Modified:
branches/gcc-4_1-branch/gcc/fortran/ChangeLog
branches/gcc-4_1-branch/gcc/fortran/expr.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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



[Bug fortran/25358] vector assignment to assumed-size Cray Pointee error

2006-03-31 Thread kargl at gcc dot gnu dot org


--- Comment #7 from kargl at gcc dot gnu dot org  2006-04-01 00:12 ---
Fixed on 4.1 and trunk.


-- 

kargl at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


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



[Bug fortran/25358] vector assignment to assumed-size Cray Pointee error

2006-03-31 Thread kargl at gcc dot gnu dot org


--- Comment #8 from kargl at gcc dot gnu dot org  2006-04-01 00:26 ---
Forgot to add the target milestone.


-- 

kargl at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.1


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



[Bug fortran/25358] vector assignment to assumed-size Cray Pointee error

2006-03-15 Thread pinskia at gcc dot gnu dot org


--- Comment #4 from pinskia at gcc dot gnu dot org  2006-03-15 17:10 ---
Reduced testcase:
  subroutine adw_set
  implicit none
  real*8Adw_xabcd_8(*)  
  pointer(  Adw_xabcd_8_ , Adw_xabcd_8 )
  common/ Adw /   Adw_xabcd_8_
  integer n
  Adw_xabcd_8(1:n) = 1
 10   continue 
  return
  end


-- 


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



[Bug fortran/25358] vector assignment to assumed-size Cray Pointee error

2006-03-14 Thread deji_aking at yahoo dot ca


--- Comment #3 from deji_aking at yahoo dot ca  2006-03-15 04:45 ---
I'm re-opening this as my work-around doesn't work. I'll appreciate it if
someone could look at this issue. As mentioned earlier pgf90 and ifort compiles
the (attached) source file fine.


-- 

deji_aking at yahoo dot ca changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|INVALID |


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



[Bug fortran/25358] vector assignment to assumed-size Cray Pointee error

2005-12-29 Thread deji_aking at yahoo dot ca


--- Comment #2 from deji_aking at yahoo dot ca  2005-12-30 04:50 ---
While I now have a better understanding of this code, and can work around this
particular bug; all reduced testcases I'have been coming up with seems to work,
and the original (attached) code doesn't. So I'm closing this bug as invalid.


-- 

deji_aking at yahoo dot ca changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


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



[Bug fortran/25358] vector assignment to assumed-size Cray Pointee error

2005-12-11 Thread deji_aking at yahoo dot ca


--- Comment #1 from deji_aking at yahoo dot ca  2005-12-12 05:08 ---
Created an attachment (id=10454)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10454action=view)
Code that produces above error


-- 


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