]> git.ipfire.org Git - thirdparty/gcc.git/commit
Handle a location with NULL as a file (PR driver/90496)
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 2019 07:24:28 +0000 (07:24 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 2019 07:24:28 +0000 (07:24 +0000)
commitbb1356cff82df43252fedfd779eb195c2dfe02f6
tree551d1061a525e79e005888acd3b4eb8dd3aef3c2
parent26151eb340858387e64b4d240fce9f55796058b7
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271313 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog