[Bug target/89355] Unnecessary ENDBR

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #11 from Richard Biener

[Bug target/89355] Unnecessary ENDBR

2022-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 Richard Biener changed: What|Removed |Added Target Milestone|9.5 |8.4 Status|NEW

[Bug target/89355] Unnecessary ENDBR

2020-03-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.3 |9.4 --- Comment #8 from Jakub Jelinek -

[Bug target/89355] Unnecessary ENDBR

2020-04-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 --- Comment #9 from CVS Commits --- The releases/gcc-9 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:4a745938b56da04ed01055d5bcb520dc1c760414 commit r9-8508-g4a745938b56da04ed01055d5bcb520dc1c760414 Author: H.J. Lu Date: Fri Apr

[Bug target/89355] Unnecessary ENDBR

2020-04-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 --- Comment #10 from CVS Commits --- The releases/gcc-8 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:99ddb11c0840f68466a14fd583dd4d3a558d4961 commit r8-10186-g99ddb11c0840f68466a14fd583dd4d3a558d4961 Author: H.J. Lu Date: Fri A

[Bug target/89355] Unnecessary ENDBR

2019-02-14 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 --- Comment #1 from 刘袋鼠 --- (In reply to H.J. Lu from comment #0) > [hjl@gnu-cfl-2 gcc]$ cat x.i > int > test (int* val) > { > int status = 99; > > if((val == 0)) > { > status = 22; > goto end; > } > > extern int x; >

[Bug target/89355] Unnecessary ENDBR

2019-02-14 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 --- Comment #2 from 刘袋鼠 --- (In reply to H.J. Lu from comment #0) > [hjl@gnu-cfl-2 gcc]$ cat x.i > int > test (int* val) > { > int status = 99; > > if((val == 0)) > { > status = 22; > goto end; > } > > extern int x; >

[Bug target/89355] Unnecessary ENDBR

2019-02-19 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/89355] Unnecessary ENDBR

2019-02-22 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 --- Comment #4 from H.J. Lu --- *** Bug 89353 has been marked as a duplicate of this bug. ***

[Bug target/89355] Unnecessary ENDBR

2019-08-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.2 |9.3 --- Comment #7 from Jakub Jelinek -

[Bug target/89355] Unnecessary ENDBR

2019-05-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.0 |9.2 --- Comment #5 from Jakub Jelinek -

[Bug target/89355] Unnecessary ENDBR

2019-05-31 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89355 --- Comment #6 from hjl at gcc dot gnu.org --- Author: hjl Date: Fri May 31 23:59:16 2019 New Revision: 271828 URL: https://gcc.gnu.org/viewcvs?rev=271828&root=gcc&view=rev Log: i386: Don't insert ENDBR after NOTE_INSN_DELETED_LABEL NOTE_INSN_D