[Bug debug/86064] [8/9 Regression] compiling Linux kernel: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL43x' {.text section}
aoliva at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 26 05:45:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86064
--- Comment #11 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
Author: aoliva
Date: Tue Jun 26 05:44:26 2018
New Revision: 262130
URL: https://gcc.gnu.org/viewcvs?rev=262130&root=gcc&view=rev
Log:
[PR86064] split single cross-partition range with nonzero locviews
We didn't split cross-partition ranges in loclists to output a
whole-function location expression, but with nonzero locviews, we
force loclists, and then we have to split to avoid cross-partition
list entries.
for gcc/ChangeLog
PR debug/86064
* dwarf2out.c (loc_list_has_views): Adjust comments.
(dw_loc_list): Split single cross-partition range with
nonzero locview.
for gcc/testsuite/ChangeLog
PR debug/86064
* gcc.dg/pr86064.c: New.
Added:
trunk/gcc/testsuite/gcc.dg/pr86064.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dwarf2out.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list