From: Martin Liska 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: https://git.libre-soc.org/?a=commitdiff_plain;h=dc2e58c56f29374ea89cbe1892ffb8113637fcea;p=gcc.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. From-SVN: r271313 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1d0271cd8e..2c65bea6051 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.