[PATCH] D138675: [flang] Add -ffast-math and -Ofast

Tom Eccles via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 12 03:30:26 PST 2022


tblah added a comment.

In D138675#3987836 <https://reviews.llvm.org/D138675#3987836>, @clementval wrote:

> I have the `Driver/fast_math.f90` failing on my side.
>
>   llvm-project/flang/test/Driver/fast_math.f90:63:14: error: CHECK-CRT: expected string not found in input
>   ! CHECK-CRT: crtbeginS.o
>
> I have a `crtbegin.o` in the link line but not a `crtbeginS.o `

Thanks for the heads up. This should be fixed by https://github.com/llvm/llvm-project/commit/bea45027b43ec61a3efc4b487ceca2da25504432


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138675/new/

https://reviews.llvm.org/D138675



More information about the cfe-commits mailing list