[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

[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

[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

[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

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

[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

[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

[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