[flang-commits] [flang] [flang] Pass to add frame pointer attribute (PR #74598)

Radu Salavat via flang-commits flang-commits at lists.llvm.org
Mon Dec 11 03:48:49 PST 2023


================
@@ -25,5 +25,5 @@
 ! MULTIPLEFORMS:program freeform
 ! MULTIPLEFORMS-NOT:programfixedform
 ! MULTIPLEFORMS-NEXT:end
-! MULTIPLEFORMS-NEXT:programfixedform
+! MULTIPLEFORMS:programfixedform
----------------
Radu2k wrote:

This change was made when the frame-pointer had as the default value None, therefore setting it to None, impacted the test. How, I can not recall, but since that is no longer the implementation I will remove any changes in this file, thanks for pointing it out.

https://github.com/llvm/llvm-project/pull/74598


More information about the flang-commits mailing list