From: marxin Date: Fri, 17 May 2019 07:24:28 +0000 (+0000) Subject: Handle a location with NULL as a file (PR driver/90496) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb1356cff82df43252fedfd779eb195c2dfe02f6;p=thirdparty%2Fgcc.git Handle a location with NULL as a file (PR driver/90496) 2019-05-17 Martin Liska 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1d0271cd8ef..2c65bea60510 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2019-05-17 Martin Liska - PR driver/90495 + 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.