toplev.c (output_stack_usage): Turn test on flag_stack_usage into test on stack_usage...
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 13 Nov 2018 09:56:46 +0000 (09:56 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 13 Nov 2018 09:56:46 +0000 (09:56 +0000)
commit2cc2582cf823912f2cd87aaf9c0aed0ccc989e48
tree1ff9666a95980239791bf97e15508a5e1e8c6806
parent6bddea17a0464f674bf71d019af4c50c44ed6ed6
toplev.c (output_stack_usage): Turn test on flag_stack_usage into test on stack_usage_file.

* toplev.c (output_stack_usage): Turn test on flag_stack_usage into
test on stack_usage_file.
(lang_dependent_init): Do not open the .su file if generating LTO.

From-SVN: r266063
gcc/ChangeLog
gcc/toplev.c