I just did a clean build using GCC 12 from debian using the sanitizer flags and run the regression but I cannot reproduce the issue.
Are there any specific steps to reproduce the issue?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just did a clean build using GCC 12 from debian using the sanitizer flags and run the regression but I cannot reproduce the issue.
Are there any specific steps to reproduce the issue?
I just reproduced the issue on my Debian GNU/Linux testing system on amd64 using GCC 13.2.0.
SDCC was configured via:
And I see the error message when compiling the library:
Last edit: Philipp Klaus Krause 2023-11-29
yep, it was a bad pointer.
Code was dereferencing an AOP register before checking if it was actually a register.
should be fixed with [r14497]
Related
Commit: [r14497]
Last edit: Gabriele Gorla 2023-12-17