https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116856
Bug ID: 116856
Summary: Generated Code with unaligned uint32_t potentially
hardfaults on ARM (due to LDRD)
Product: gcc
Version: 13.3.0
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116856
Robert Hölzl changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116856
--- Comment #6 from Robert Hölzl ---
Sorry I oversimplified the Problem. Here is the self contained C-file that
allows to reproduce the Problem:
```
#include
void f()
{
static uint8_t array[64];
for (uint8_t i = 0; i < sizeof(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116856
Robert Hölzl changed:
What|Removed |Added
Status|RESOLVED|WAITING
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116856
Robert Hölzl changed:
What|Removed |Added
Resolution|INVALID |---
Status|RESOLVED