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
2009-01-21 Daniel Kraft <d@domob.eu>
[pf3gnuchains/gcc-fork.git]
/
libgfortran
/
m4
/
in_unpack.m4
diff --git
a/libgfortran/m4/in_unpack.m4
b/libgfortran/m4/in_unpack.m4
index
5c5b5b1
..
a2a92d0
100644
(file)
--- a/
libgfortran/m4/in_unpack.m4
+++ b/
libgfortran/m4/in_unpack.m4
@@
-63,12
+63,12
@@
internal_unpack_'rtype_ccode` ('rtype` * d, const 'rtype_name` * src)
stride[n] = d->dim[n].stride;
extent[n] = d->dim[n].ubound + 1 - d->dim[n].lbound;
if (extent[n] <= 0)
-
abort ()
;
+
return
;
if (dsize == stride[n])
-
dsize *= extent[n];
+ dsize *= extent[n];
else
-
dsize = 0;
+ dsize = 0;
}
if (dsize != 0)