added MERGED_ARRAYS operation
This commit is contained in:
@@ -1933,6 +1933,17 @@ static inline bool processStat(SgStatement *st, const string &currFile,
|
||||
retVal = false;
|
||||
}
|
||||
}
|
||||
|
||||
//MERGE_ARRAYS
|
||||
if (isSPF_OP(attributeStatement, SPF_MERGE_ARRAYS_OP))
|
||||
{
|
||||
attributeStatement->setLocalLineNumber(-1);
|
||||
/*if (st->variant() != FOR_NODE)
|
||||
{
|
||||
BAD_POSITION_FULL(ERROR, "", "", "before", RR1_1, "DO statement", RR1_3, attributeStatement->lineNumber());
|
||||
retVal = false;
|
||||
}*/
|
||||
}
|
||||
}
|
||||
else if (type == SPF_CHECKPOINT_DIR)
|
||||
{
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_SPF "2481"
|
||||
#define VERSION_SPF "2482"
|
||||
|
||||
Reference in New Issue
Block a user