Handle a location with NULL as a file (PR driver/90496)
authorMartin Liska <marxin@gcc.gnu.org>
Fri, 17 May 2019 07:24:28 +0000 (07:24 +0000)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 17 May 2019 07:24:28 +0000 (07:24 +0000)
commitdc2e58c56f29374ea89cbe1892ffb8113637fcea
tree551d1061a525e79e005888acd3b4eb8dd3aef3c2
parent804424b95b112cd334ae29d942351e4c4e24ba94
Handle a location with NULL as a file (PR driver/90496)

2019-05-17  Martin Liska  <mliska@suse.cz>

PR driver/90496
* toplev.c (output_stack_usage): With LTO and sanitizer it
happens that a global ctor (_GLOBAL__sub_I_00099_0_main)
has no file location.

From-SVN: r271313
gcc/ChangeLog