Skip to content

Commit

Permalink
Add doc test change
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Oct 28, 2023
1 parent 16aaee0 commit e12df87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flang/docs/fstack-arrays.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# -fstack-arrays
## Problem Description

Some buillcrap right here

In gfortran, `-fstack-arrays` will cause all local arrays, including those of
unknown size, to be allocated from stack memory. Gfortran enables this flag by
default at `-Ofast`.
Expand Down

0 comments on commit e12df87

Please sign in to comment.