[Bug target/100181] hot-cold partitioned code doesn't assemble

2022-05-27 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 Thomas Schwinge changed: What|Removed |Added See Also|https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id

[Bug target/100181] hot-cold partitioned code doesn't assemble

2022-02-11 Thread ams at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 --- Comment #13 from Andrew Stubbs --- I've updated the LLVM version documentation at https://gcc.gnu.org/wiki/Offloading#For_AMD_GCN: It's LLVM 9 or 13.0.1 now (nothing in between), and will be 13.0.1+ for the next release (dropping LLVM 9 bec

[Bug target/100181] hot-cold partitioned code doesn't assemble

2022-02-11 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/100181] hot-cold partitioned code doesn't assemble

2021-07-19 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 --- Comment #11 from Tobias Burnus --- *** Bug 94278 has been marked as a duplicate of this bug. ***

[Bug target/100181] hot-cold partitioned code doesn't assemble

2021-07-19 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 Tobias Burnus changed: What|Removed |Added Last reconfirmed||2021-07-19 Ever confirmed|0

[Bug target/100181] hot-cold partitioned code doesn't assemble

2021-04-21 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 --- Comment #9 from Tobias Burnus --- (In reply to Thomas Schwinge from comment #8) > (In reply to Tobias Burnus from comment #7) > > (I could not reproduce the LLVM 9 issue in PR94278 back then.) > > Hmm, but didn't you say in the LLVM issue >

[Bug target/100181] hot-cold partitioned code doesn't assemble

2021-04-21 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 --- Comment #8 from Thomas Schwinge --- (In reply to Tobias Burnus from comment #7) > (I could not reproduce the LLVM 9 issue in PR94278 back then.) Hmm, but didn't you say in the LLVM issue (liked

[Bug target/100181] hot-cold partitioned code doesn't assemble

2021-04-21 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 --- Comment #7 from Tobias Burnus --- I can reproduce this one with LLVM trunk when compiled with '-save-temps -O2' and then llvm-mc --triple=amdgcn--amdhsa -mcpu=fiji -filetype=obj --amdhsa-code-object-version=3 a.xamdgcn-amdhsa.mkoffload.1.s

[Bug target/100181] hot-cold partitioned code doesn't assemble

2021-04-21 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 Richard Biener changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRM

[Bug target/100181] hot-cold partitioned code doesn't assemble

2021-04-21 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 Thomas Schwinge changed: What|Removed |Added Keywords|assemble-failure| Depends on|94278

[Bug target/100181] hot-cold partitioned code doesn't assemble

2021-04-21 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 Richard Biener changed: What|Removed |Added Depends on||94278 --- Comment #4 from Richard Bien

[Bug target/100181] hot-cold partitioned code doesn't assemble

2021-04-21 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 --- Comment #3 from Richard Biener --- llvm-mc from llvm 9.0.1 ICEs: > llvm-mc-9.0.1 -o t.o pr93515.xamdgcn-amdhsa.mkoffload.2.s > -triple=amdgcn--amdhsa -mcpu=fiji -filetype=obj Stack dump: 0. Program arguments: llvm-mc-9.0.1 -o t.o pr93

[Bug target/100181] hot-cold partitioned code doesn't assemble

2021-04-21 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 --- Comment #2 from Richard Biener --- Created attachment 50648 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50648&action=edit example assembly file Example file that fails to assemble.

[Bug target/100181] hot-cold partitioned code doesn't assemble

2021-04-21 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100181 Richard Biener changed: What|Removed |Added Keywords||assemble-failure Target|