[PATCH] Fix -fcompare-debug failure on pr84146.c (PR target/84146)

2018-02-07 Thread Jakub Jelinek
Hi! Unfortunately, seems my rest_of_insert_endbranch fix doesn't fix -fcompare-debug on the testcase, when adding the endbr after the setjmp call with no note in between, we add it into the same bb as the setjmp call, while when adding it with -g with NOTE_INSN_CALL_ARG_LOCATION, which is already

Re: [PATCH] Fix -fcompare-debug failure on pr84146.c (PR target/84146)

2018-02-28 Thread Paul Hua
Hi Jakub: It's introduce a regression on mips target. see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84623. Paul hua On Thu, Feb 8, 2018 at 6:36 AM, Jakub Jelinek wrote: > Hi! > > Unfortunately, seems my rest_of_insert_endbranch fix doesn't fix > -fcompare-debug on the testcase, when adding