From dc2e58c56f29374ea89cbe1892ffb8113637fcea Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Fri, 17 May 2019 07:24:28 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2