projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
804424b
)
Handle a location with NULL as a file (PR driver/90496)
author
Martin Liska
<marxin@gcc.gnu.org>
Fri, 17 May 2019 07:24:28 +0000
(07:24 +0000)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index b1d0271cd8ef549bc1b67b28424f05920c4f9df3..2c65bea60510d1ebc7ae1c7c19462325e183e41b 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,6
+1,6
@@
2019-05-17 Martin Liska <mliska@suse.cz>
- PR driver/9049
5
+ PR driver/9049
6
* 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.