diff options
author | Martin Liska <marxin@gcc.gnu.org> | 2019-05-17 07:24:28 +0000 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2019-05-17 07:24:28 +0000 |
commit | dc2e58c56f29374ea89cbe1892ffb8113637fcea (patch) | |
tree | 551d1061a525e79e005888acd3b4eb8dd3aef3c2 /gcc | |
parent | 804424b95b112cd334ae29d942351e4c4e24ba94 (diff) | |
download | gcc-dc2e58c56f29374ea89cbe1892ffb8113637fcea.zip gcc-dc2e58c56f29374ea89cbe1892ffb8113637fcea.tar.gz gcc-dc2e58c56f29374ea89cbe1892ffb8113637fcea.tar.bz2 |
Handle a location with NULL as a file (PR driver/90496)
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1d0271..2c65bea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. |