https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84208
Richard Earnshaw changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84208
--- Comment #5 from Akhilesh Kumar ---
Please Mark this bug ID as invalid with the same patch I am able to run on ARM
also there was issue in My setup only (Sorry for the noise).
Test results on ARM (gcc 6.2.1)
sh-3.2# out_of_scope
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84208
--- Comment #4 from Akhilesh Kumar ---
Please find Patch and test Case
I tried but unable to attached patch as Attachment :(
My Changes for address-use-after-scope which is working for X86 but not for ARM
target
---
gcc/asan.c | 30
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84208
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84208
--- Comment #2 from Akhilesh Kumar ---
> Does it work on non-changed gcc 7.2 on arm?
Not yet verified because unable to cross compile gcc 7.2.
> And with arm do mean arm-linux-gnueabi as the target or aarch64-linux-gnu?
I am using arm-*-g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84208
--- Comment #1 from Andrew Pinski ---
Does it work on non changed gcc 7.2 on arm?
And with arm do mean arm-linux-gnueabi as the target or aarch64-linux-gnu?