[Bug target/93242] [MIPS] patchable-function-entry broken

2022-09-01 Thread iii at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 --- Comment #11 from Ilya Leoshkevich --- I see. It would be good to update https://gcc.gnu.org/gcc-9/ then - e.g. https://gcc.gnu.org/gcc-8/ says "This release series is no longer supported".

[Bug target/93242] [MIPS] patchable-function-entry broken

2022-09-01 Thread mikpelinux at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 --- Comment #10 from Mikael Pettersson --- (In reply to Ilya Leoshkevich from comment #9) > Would it be possible to backport this to gcc-9? ... > There is a workaround for now, but it would be good to have this fixed in > all the maintained gccs

[Bug target/93242] [MIPS] patchable-function-entry broken

2022-09-01 Thread iii at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 Ilya Leoshkevich changed: What|Removed |Added CC||iii at linux dot ibm.com --- Comment

[Bug target/93242] [MIPS] patchable-function-entry broken

2020-01-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/93242] [MIPS] patchable-function-entry broken

2020-01-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 --- Comment #7 from CVS Commits --- The master branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:45d06a4045bebc3dbaaf0b1c676f4e22b7c6aca1 commit r10-6095-g45d06a4045bebc3dbaaf0b1c676f4e22b7c6aca1 Author: Andrew Pinski Date:

[Bug target/93242] [MIPS] patchable-function-entry broken

2020-01-17 Thread renat at idrisov dot info
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 --- Comment #6 from Renat Idrisov --- Thanks a lot!

[Bug target/93242] [MIPS] patchable-function-entry broken

2020-01-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 Andrew Pinski changed: What|Removed |Added Keywords||patch URL|

[Bug target/93242] [MIPS] patchable-function-entry broken

2020-01-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/93242] [MIPS] patchable-function-entry broken

2020-01-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 --- Comment #3 from Andrew Pinski --- The problem is here: unsigned i; for (i = 0; i < patch_area_size; ++i) fprintf (file, "\t%s\n", nop_templ); inside default_print_patchable_function_entry.

[Bug target/93242] [MIPS] patchable-function-entry broken

2020-01-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 --- Comment #2 from Andrew Pinski --- '(' Start a nested ".set noreorder" block. ')' End a nested ".set noreorder" block. For some reason it is not working

[Bug target/93242] [MIPS] patchable-function-entry broken

2020-01-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93242 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Target|mips