--
Summary: Data parallell code
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: thobes at gmail
--- Comment #1 from thobes at gmail dot com 2007-04-26 10:56 ---
Created an attachment (id=13447)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13447&action=view)
Example of code that fails.
This program is an example of something that should produce a file where the
--- Comment #2 from thobes at gmail dot com 2007-04-26 10:58 ---
Data parallel vector operations doesn't seem to get computed correctly in all
cases. Simple cases such as:
program test
integer,dimension(0:9) :: T
integer:: i
T(0:9) = 0
T(0) = 1
--- Comment #4 from thobes at gmail dot com 2007-04-26 17:21 ---
$ gfortran -v
Using built-in specs.
Target: i386-apple-darwin8.8.1
Configured with: /tmp/gfortran-20070415/ibin/../gcc/configure
--prefix=/usr/local/gfortran --enable-languages=c,fortran
--with-gmp=/tmp/gfortran-20070415