We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2604596 commit 4d54cf7Copy full SHA for 4d54cf7
src/fortran/ofp/XMLPrinterBase.java
@@ -434,6 +434,8 @@ protected void propagateBounds(Element context) {
434
propagateBounds(node);
435
if (context == root)
436
continue;
437
+ if (node.getNodeName().equals("file"))
438
+ continue; // propagating bounds beyond <file> node makes them inconsistent
439
CodeBounds bounds = new CodeBounds(node);
440
if (bounds.begin == null)
441
0 commit comments