[Bug sanitizer/111620] [RISC-V]fsanitize is not working with c++

2023-10-03 Thread akhilesh.k at samsung dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111620 --- Comment #2 from Akhilesh Kumar --- with 110036 (CHECK failed) issue is fixed, but Even after patch ASAN unable to detect corruption like "Use_after_free(heap)","Heap buffer overflow","Stack buffer overflow" and "Use after scope" some

[Bug sanitizer/111620] New: [RISC-V]fsanitize is not working with cpp

2023-09-28 Thread akhilesh.k at samsung dot com via Gcc-bugs
: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: akhilesh.k at samsung dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org Target Milestone

[Bug libstdc++/111323] New: [RISC_V] During Insmod "unknown relocation type 57" type in kernel space observed

2023-09-07 Thread akhilesh.k at samsung dot com via Gcc-bugs
NCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: akhilesh.k at samsung dot com Target Milestone: --- Hello with gcc 13.1 open source RISC-V Toolchain I observed "unknown relocation type 57

[Bug sanitizer/97941] New: [HWASAN] use After free not working as per expectation

2020-11-22 Thread akhilesh.k at samsung dot com via Gcc-bugs
Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: akhilesh.k at samsung dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org Target

[Bug rtl-optimization/93730] [Bug] internal compiler error: in make_decl_rtl, at varasm.c:1375

2020-02-17 Thread akhilesh.k at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93730 --- Comment #3 from Akhilesh Kumar --- Please find test application to reproduce this issue bash-3.2# g++ -fdump-tree-all /tmp/akhilesh.cpp during RTL pass: expand /tmp/akhilesh.cpp: In function 'int main()':

[Bug rtl-optimization/93730] [Bug] internal compiler error: in make_decl_rtl, at varasm.c:1375

2020-02-13 Thread akhilesh.k at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93730 --- Comment #2 from Akhilesh Kumar --- Working on Arm architecture. I am trying to reproduce the same with sample test case

[Bug rtl-optimization/93730] New: [Bug] internal compiler error: in make_decl_rtl, at varasm.c:1375

2020-02-13 Thread akhilesh.k at samsung dot com
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: akhilesh.k at samsung dot com Target Milestone: --- Hello I am Getting "internal compiler error: in make_decl_rtl, at varasm.c:1375" during RTL optimization,

[Bug c++/92708] New: [Issue] dynamic_cast unexpected behavior in my code

2019-11-28 Thread akhilesh.k at samsung dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: akhilesh.k at samsung dot com Target Milestone: --- Hello In below code I used class A and a class B which is derived from A. Now, I did dynamic_cast I got segmentation fault. same behaviors I observed on ARM also

[Bug sanitizer/91795] New: [UBSAN :- error] with combination of flags (shift and unsigned-integer-overflow)

2019-09-17 Thread akhilesh.k at samsung dot com
Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: akhilesh.k at samsung dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot

[Bug lto/91252] [Bug] When use -flto "weak symbol" are converted to "t".

2019-07-25 Thread akhilesh.k at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91252 --- Comment #3 from Akhilesh Kumar --- When I used binutils version 2.32 we are getting the same result @akhilesh-ubuntu:~/akhilesh/lto$ gcc -flto -o nornal myapp.c @akhilesh-ubuntu:~/akhilesh/lto$ ./bin/nm -C ./nornal | grep power

[Bug c/91252] New: [Bug] When use -flto "weak symbol" are converted to "t".

2019-07-24 Thread akhilesh.k at samsung dot com
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: akhilesh.k at samsung dot com Target Milestone: --- when i use -flto "weak symbol" are converted to "t". I really don't know whether this is bug or expec

[Bug target/90721] [Bug] ./gcc.dg/torture/stackalign/builtin-apply-4.c test case getting fail

2019-06-03 Thread akhilesh.k at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90721 --- Comment #1 from Akhilesh Kumar --- One more observation same test case getting PASS on x86 root@akhilesh-ubuntu:/home/akhilesh.k/gcc-arm-src-snapshot-8.3-2019.03/gcc/testsuite# gcc ./gcc.dg/torture/stackalign/builtin-apply-4.c -flto

[Bug c/90721] New: [Bug] ./gcc.dg/torture/stackalign/builtin-apply-4.c test case getting fail

2019-06-03 Thread akhilesh.k at samsung dot com
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: akhilesh.k at samsung dot com Target Milestone: --- Hello I am working On ARM target: in that ./gcc.dg/torture/stackalign/builtin-apply-4.c test case getting fail when we use

[Bug sanitizer/84208] fsanitize-address-use-after-scope Not working for ARM

2018-02-08 Thread akhilesh.k at samsung dot com
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

[Bug sanitizer/84208] fsanitize-address-use-after-scope Not working for ARM

2018-02-05 Thread akhilesh.k at samsung dot com
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 |

[Bug sanitizer/84208] fsanitize-address-use-after-scope Not working for ARM

2018-02-05 Thread akhilesh.k at samsung dot com
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

[Bug sanitizer/84208] New: fsanitize-address-use-after-scope Not working for ARM

2018-02-04 Thread akhilesh.k at samsung dot com
Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: akhilesh.k at samsung dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org Target

[Bug libstdc++/81480] Assertion `ec' failed

2017-07-19 Thread akhilesh.k at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81480 Akhilesh Kumar changed: What|Removed |Added Target||arm Host|

[Bug libstdc++/81480] New: Assertion `ec' failed

2017-07-18 Thread akhilesh.k at samsung dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: akhilesh.k at samsung dot com Target Milestone: --- While libstdc++ tests verification i found below summary report Is this expected ? Or fixed in latest versions === libstdc++ Summary === # of expected passes