Community
Participate
Working Groups
Build ID: I20061214-1445 Steps To Reproduce: The following line of code should be valid Fortran: inte& &ger i However, the parser will not accept it. More information:
A test case that illustrates this bug is included in the tarball parser-test-files.tar.gz that is attached to bug #173230.
Created attachment 58587 [details] patch and test files for multi-line statements The tarball includes fixes to the parser source to allow for multi-line statements. Also, the JUnit test class Misc.java is updated to include new tests, and misc/ under parser-test-files is included because there are 3 new tests for multi-line statements. All of the multi-line test cases should work with the updated parser code.
This bug has been fixed and a test case added to tests/bug-reports.