OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2010-03-17 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gfortran.dg
/
cray_pointers_1.f90
diff --git
a/gcc/testsuite/gfortran.dg/cray_pointers_1.f90
b/gcc/testsuite/gfortran.dg/cray_pointers_1.f90
index
b23a300
..
87ace68
100644
(file)
--- a/
gcc/testsuite/gfortran.dg/cray_pointers_1.f90
+++ b/
gcc/testsuite/gfortran.dg/cray_pointers_1.f90
@@
-21,7
+21,7
@@
subroutine err3
real array(*)
pointer (ipt, array)
ipt = loc (target)
- array = 0 ! { dg-error "
Vector assignment
" }
+ array = 0 ! { dg-error "
upper bound in the last dimension
" }
end subroutine err3
subroutine err4