Compare commits
1 Commits
bdb74c8ae7
...
84c8394ae7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84c8394ae7 |
@@ -181,6 +181,10 @@ static map<char, SgType*> FunctionImplicitCheck(SgStatement* function, const map
|
|||||||
|
|
||||||
void ImplicitCheck(SgFile* file)
|
void ImplicitCheck(SgFile* file)
|
||||||
{
|
{
|
||||||
|
if (file->filename() == std::string("add.f"))
|
||||||
|
{
|
||||||
|
file->unparsestdout();
|
||||||
|
}
|
||||||
map<SgStatement*, map<char, SgType*>> typesByFunctions;
|
map<SgStatement*, map<char, SgType*>> typesByFunctions;
|
||||||
|
|
||||||
for (int func = 0; func < file->numberOfFunctions(); ++func)
|
for (int func = 0; func < file->numberOfFunctions(); ++func)
|
||||||
@@ -190,4 +194,9 @@ void ImplicitCheck(SgFile* file)
|
|||||||
}
|
}
|
||||||
|
|
||||||
typesByFunctions.clear();
|
typesByFunctions.clear();
|
||||||
|
|
||||||
|
if (file->filename() == std::string("add.f"))
|
||||||
|
{
|
||||||
|
file->unparsestdout();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user