forked from flang-compiler/f18
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes responding to comments on my previous pull request. Specifica…
…lly -- parse-tree.cc - Cleaned up the use of "const" in several declarations. check-do-stmt.cc - Replaced uses of parser::Messages with SemanticsContext. - Removed unused "==" operator from the DoStmtContext class. - Reduced the size of the GetBounds function by calling GetLoopControl(). - Changed the warning message for REAL DO controls to not mention standard extensions. check-do-stmt.h - Restored the forward reference to Fortran::parser::DoConstruct and removed the include of parse-tree.h dosemantics*.f90 - Removed extraneous references to the "RUN" command. test_errors.sh - Simplified and generalized the extraction of the OPTIONS specification.
- Loading branch information
1 parent
f484660
commit 04a0712
Showing
7 changed files
with
45 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters