You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fortran/gfortran] Use -O0 for cshift_bounds_[34]. (#191)
* [Fortran/gfortran] Use -O0 for cshift_bounds_[34].
There is no support for `-fbounds-check` in Flang yet.
There is a related feature request at https://github.com/orgs/llvm/projects/12?pane=issue&itemId=29048733
Until then, the optimizations may replace the Fortran runtime calls
(which usually provide all the error checking) with inline sequences
that do not check for errors to provide the fast code
(e.g. llvm/llvm-project#119480).
For the time being I would like to explicitly pass `-O0`
to these tests.
* Disabled tests.
* Reverted tests.cmake
0 commit comments