[Bug target/98219] User-interrupt return pop corrupt RIP

2020-12-11 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/98219] User-interrupt return pop corrupt RIP

2020-12-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219 --- Comment #9 from CVS Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:078c7498908d9b74caff34d12099b5c85470e277 commit r11-5939-g078c7498908d9b74caff34d12099b5c85470e277 Author: H.J. Lu Date: Wed Dec 9

[Bug target/98219] User-interrupt return pop corrupt RIP

2020-12-10 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219 H.J. Lu changed: What|Removed |Added Target Milestone|--- |11.0

[Bug target/98219] User-interrupt return pop corrupt RIP

2020-12-10 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219 H.J. Lu changed: What|Removed |Added Attachment #49724|0 |1 is obsolete|

[Bug target/98219] User-interrupt return pop corrupt RIP

2020-12-09 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219 --- Comment #7 from H.J. Lu --- Created attachment 49725 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49725=edit An alternate patch This patch may generate better debug info.

[Bug target/98219] User-interrupt return pop corrupt RIP

2020-12-09 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219 H.J. Lu changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/98219] User-interrupt return pop corrupt RIP

2020-12-09 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219 --- Comment #5 from Hongtao.liu --- Shouldn't condition like (cfun->machine->func_type == TYPE_EXCEPTION \ + || (cfun->machine->func_type == TYPE_INTERRUPT \ + && TARGET_UINTR && TARGET_64BIT ))

[Bug target/98219] User-interrupt return pop corrupt RIP

2020-12-09 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219 --- Comment #4 from H.J. Lu --- (In reply to Hongtao.liu from comment #2) > (In reply to H.J. Lu from comment #1) > > Created attachment 49723 [details] > > A patch > > > > Hongtao, can you take it over? > > I'll validate it. Please verify

[Bug target/98219] User-interrupt return pop corrupt RIP

2020-12-09 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219 H.J. Lu changed: What|Removed |Added Attachment #49723|0 |1 is obsolete|

[Bug target/98219] User-interrupt return pop corrupt RIP

2020-12-09 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219 --- Comment #2 from Hongtao.liu --- (In reply to H.J. Lu from comment #1) > Created attachment 49723 [details] > A patch > > Hongtao, can you take it over? I'll validate it.

[Bug target/98219] User-interrupt return pop corrupt RIP

2020-12-09 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98219 --- Comment #1 from H.J. Lu --- Created attachment 49723 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49723=edit A patch Hongtao, can you take it over?