Author: pallavimathew
Date: 2011-04-01 13:41:21 -0400 (Fri, 01 Apr 2011)
New Revision: 3532
Modified:
trunk/osprey/crayf90/fe90/s_io.c
Log:
Fix for bug #756 (use 'base' attribute instead of 'left-most' when creating tmp
for iolength), ported from PSC 3.3 beta.
Reviewed by Michael Lai.
Modified: trunk/osprey/crayf90/fe90/s_io.c
===================================================================
--- trunk/osprey/crayf90/fe90/s_io.c 2011-04-01 14:21:59 UTC (rev 3531)
+++ trunk/osprey/crayf90/fe90/s_io.c 2011-04-01 17:41:21 UTC (rev 3532)
@@ -1537,7 +1537,7 @@
}
else {
- attr_idx = find_left_attr(&opnd);
+ attr_idx = find_base_attr(&opnd, &line, &col);
/* create tmp for iolength */
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself;
WebMatrix provides all the features you need to develop and
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Open64-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/open64-devel