File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 161161* ` $ ` and ` @ ` as legal characters in names
162162* Initialization in type declaration statements using ` /values/ `
163163* Saved variables without explicit or default initializers are zero initialized,
164- except for implicitly saved scalar variables from the main program that are
165- kept on the stack by flang and are not zero initialized. It is not advised to
164+ except for scalar variables from the main program that are not explicitly
165+ initialized or marked with an explicit SAVE attribute (these variables may be
166+ placed on the stack by flang and not zero initialized). It is not advised to
166167 rely on this extension in new code.
167168* In a saved entity of a type with a default initializer, components without default
168169 values are zero initialized.
You can’t perform that action at this time.
0 commit comments