We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea73259 commit d3acef5Copy full SHA for d3acef5
1 file changed
fortran/tests/makefiles/Makefile.common
@@ -92,7 +92,7 @@ endif
92
# Define the compiler-dependent "fast flags", which will be used when FFLAGS is -fast.
93
AFF := -O4
94
DFF := -O4 -Ofast -ffast-math # As of AOCC 4.2, -Ofast implies -O3, but it is not clear whether it implies -ffast-math
95
-FFF := -O3 -Ofast -ffast-math # No documentation found about the relation between -Ofast, -O3, and -ffast-math
+FFF := -O3 -ffast-math -fstack-arrays # Suggested by flang 20.1.7
96
GFF := -Ofast # -Ofast implies -O3 and -ffast-math
97
NFF := -O4
98
RFF := -Ofast -ffast-math # -Ofast implies -O3, but no documentation found about the relation between -Ofast and -ffast-math
0 commit comments