[Bug debug/86064] [8/9 Regression] compiling Linux kernel: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL43x' {.text section}

2018-07-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86064 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug debug/86064] [8/9 Regression] compiling Linux kernel: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL43x' {.text section}

2018-06-29 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86064 --- Comment #12 from Alexandre Oliva --- Author: aoliva Date: Sat Jun 30 04:16:16 2018 New Revision: 262268 URL: https://gcc.gnu.org/viewcvs?rev=262268&root=gcc&view=rev Log: [PR86064] split single cross-partition range with nonzero locviews We

[Bug debug/86064] [8/9 Regression] compiling Linux kernel: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL43x' {.text section}

2018-06-25 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86064 --- Comment #11 from Alexandre Oliva --- 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

[Bug debug/86064] [8/9 Regression] compiling Linux kernel: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL43x' {.text section}

2018-06-12 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86064 --- Comment #10 from Alexandre Oliva --- Created attachment 44266 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44266&action=edit candidate patch Here's the patch I'm testing

[Bug debug/86064] [8/9 Regression] compiling Linux kernel: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL43x' {.text section}

2018-06-12 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86064 --- Comment #9 from Alexandre Oliva --- In (i), that loclist format is used because of -gsplit-dwarf, I meant to say. So we have 3 possible work-arounds immediately available: not using -gsplit-dwarf, not disabling VTA, and disabling locviews.

[Bug debug/86064] [8/9 Regression] compiling Linux kernel: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL43x' {.text section}

2018-06-12 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86064 Alexandre Oliva changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug debug/86064] [8/9 Regression] compiling Linux kernel: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL43x' {.text section}

2018-06-06 Thread alex_y_xu at yahoo dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86064 --- Comment #7 from alex_y_xu at yahoo dot ca --- someone should probably tell Linux to note that in CONFIG_DEBUG_INFO_SPLIT then.

[Bug debug/86064] [8/9 Regression] compiling Linux kernel: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL43x' {.text section}

2018-06-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86064 Richard Biener changed: What|Removed |Added Keywords|wrong-code |wrong-debug Priority|P3