Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: gcc/libgfortran/generated/in_unpack_i16.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/libgfortran/generated/in_unpack_c16.c ('k') | gcc/libgfortran/generated/in_unpack_i8.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libgfortran/generated/in_unpack_i16.c
diff --git a/gcc/libgfortran/generated/in_unpack_i16.c b/gcc/libgfortran/generated/in_unpack_i16.c
index 04b2248876fec8f90ce056dc2480b1606bbc001b..c7199207e2ab4eec0e5d6238942c7a64229ce122 100644
--- a/gcc/libgfortran/generated/in_unpack_i16.c
+++ b/gcc/libgfortran/generated/in_unpack_i16.c
@@ -52,8 +52,8 @@ internal_unpack_16 (gfc_array_i16 * d, const GFC_INTEGER_16 * src)
for (n = 0; n < dim; n++)
{
count[n] = 0;
- stride[n] = d->dim[n].stride;
- extent[n] = d->dim[n].ubound + 1 - d->dim[n].lbound;
+ stride[n] = GFC_DESCRIPTOR_STRIDE(d,n);
+ extent[n] = GFC_DESCRIPTOR_EXTENT(d,n);
if (extent[n] <= 0)
return;
« no previous file with comments | « gcc/libgfortran/generated/in_unpack_c16.c ('k') | gcc/libgfortran/generated/in_unpack_i8.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698