[Bug gas/26406] Extreme assembling time regression with 2.35 and master

2020-08-20 Thread franz.sirl at lauterbach dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26406 --- Comment #4 from franz.sirl at lauterbach dot com --- Hi Nick, yes, I can confirm that your patch brings back the performance to the original level. Thanks, Franz -- You are receiving this mail because: You are on the CC list for the

[Bug gas/26406] Extreme assembling time regression with 2.35 and master

2020-08-19 Thread franz.sirl at lauterbach dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26406 franz.sirl at lauterbach dot com changed: What|Removed |Added CC||franz.sirl at

[Bug gas/26406] Extreme assembling time regression with 2.35 and master

2020-08-19 Thread franz.sirl at lauterbach dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26406 --- Comment #2 from franz.sirl at lauterbach dot com --- Well, that would explain it: fsirl@ds1:~> grep '\.section' ~/sample.s |sort -u|wc -l 294085 The testcase was compiled with -ffunction-sections -fdata-sections. -- You

[Bug gas/26406] Extreme assembling time regression with 2.35 and master

2020-08-19 Thread franz.sirl at lauterbach dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26406 franz.sirl at lauterbach dot com changed: What|Removed |Added Build||x86_64-linux-gnu

[Bug gas/26406] Extreme assembling time regression with 2.35 and master

2020-08-19 Thread franz.sirl at lauterbach dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26406 franz.sirl at lauterbach dot com changed: What|Removed |Added CC||nickc at redhat dot

[Bug gas/26406] New: Extreme assembling time regression with 2.35 and master

2020-08-19 Thread franz.sirl at lauterbach dot com
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: franz.sirl at lauterbach dot com Target Milestone: --- Hi, I just stumbled over an extreme slowdown in assembler performance. On a 265 MByte .s file (gcc10 assembly output of a 27000

[Bug ld/21961] --orphan-handling=error fails in 2.29 because of changed .group handling

2017-08-17 Thread franz.sirl at lauterbach dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21961 --- Comment #3 from franz.sirl at lauterbach dot com --- Did a quick test with the patch and it works fine, both the testcase and the original application link fine again with --orphan-handling=error. -- You are receiving this mail because

[Bug ld/21961] New: --orphan-handling=error fails in 2.29 because of changed .group handling

2017-08-16 Thread franz.sirl at lauterbach dot com
: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: franz.sirl at lauterbach dot com Target Milestone: --- This testcase highlights a change in 2.29 .group handling: /* group.c * * Compile/link like this: * gcc -c