Don't print warning when moving to static with -fno-automatic
authorJanne Blomqvist <jb@gcc.gnu.org>
Sun, 10 Nov 2019 21:25:25 +0000 (23:25 +0200)
committerJanne Blomqvist <jb@gcc.gnu.org>
Sun, 10 Nov 2019 21:25:25 +0000 (23:25 +0200)
commit15471d58fe2e8349c391205338176f3fbdaad70c
tree3ce322b6f55a8520fd1806acbff3746716cbafcb
parent2806ecbdc8054ef9f3968577806b007baefad4e6
Don't print warning when moving to static with -fno-automatic

As part of PR 91413, GFortran now prints a warning when a variable is
moved from the stack to static storage. However, when the user
explicitly specifies that all local variables should be put in static
storage with the -fno-automatic option, don't print this warning.

Regtested on x86_64-pc-linux-gnu, committed as obvious.

gcc/fortran/ChangeLog:

2019-11-10  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/91413
* trans-decl.c (gfc_finish_var_decl): Don't print warning when
-fno-automatic is enabled.

From-SVN: r278027
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c