I am getting a lot of messages of the type:
longfilename.i90(1): warning #5194: Source line truncated.
Line 1 of such intermediate file looks like:
# 1 "longpath\longfilename.F90"
and it exceeds the 132-character-per-line limit.
The rest of the code inside the intermediate i90 file is ok (I make sure to never exceed the 132-character limit) - it's just the first line inserted by the preprocessor that violates this constraint.
Is there anything to worry about here?