memcpy issue with arm-gnu-toolchain-14.2.rel1-x86_64-aarch64-none-elf

2025-04-16 Thread Wasim Khan via Gcc
Hi, I have a custom implementation of memcpy() function and don't want to use implementation provided by libc.a. Things works fine with toolchain version 12.3 and my local implementation in utils.c is considered. But when I move to toolchain version 14.2 , I am getting below error. Linking ...

Contributing to PR116163 - DejaGnu Test Linting Tool

2025-04-16 Thread Piyush Raj via Gcc
Hello, I'm looking to contribute as a newcomer and came across PR116163 – RFE: add a linting tool for DejaGnu tests. I’d like to implement the remaining features mentioned in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116163#c19 If no one is currently working on this, I’d be happy to prepare a p