Handle a location with NULL as a file (PR driver/90496)
authorMartin Liska <marxin@gcc.gnu.org>
Fri, 17 May 2019 07:24:28 +0000 (07:24 +0000)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 17 May 2019 07:24:28 +0000 (07:24 +0000)
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.

From-SVN: r271313

gcc/ChangeLog

index b1d0271cd8ef549bc1b67b28424f05920c4f9df3..2c65bea60510d1ebc7ae1c7c19462325e183e41b 100644 (file)
@@ -1,6 +1,6 @@
 2019-05-17  Martin Liska  <mliska@suse.cz>
 
-       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.