]> git.ipfire.org Git - thirdparty/gcc.git/commit
Handle a location with NULL as a file (PR driver/90495)
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 2019 07:22:00 +0000 (07:22 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 2019 07:22:00 +0000 (07:22 +0000)
commit26151eb340858387e64b4d240fce9f55796058b7
treece61600a07fbbfc9e2f05bfa8fcf8e78bbdd92aa
parent0af9d34c965f8fd0846bbe10990b4dd81141b0fc
Handle a location with NULL as a file (PR driver/90495)

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

PR driver/90495
* 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@271312 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/toplev.c