diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-17 20:27:34 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-17 20:32:40 +0100 |
| commit | 98ddccc166d6f212ea466598485f1ea94f1c92f9 (patch) | |
| tree | 9d00970f81025333c21eccd3e2f520c4637a5fda /cmdline | |
| parent | 9bd81ac3c85d8c9fee01d0ecfc681841aa89e6eb (diff) | |
Workaround gcc 14.2.0-9 regression in no-tree-slp-vectorize on Graviton
gcc 14.2.0-9 causes vector instructions to be emitted in the
constructor when it is being inlined into BaseHttpMethod::Loop(),
which seemingly only on Graviton instances, causes the field to
be initialized to 0 (Chunked) instead of 2 (Closes), causing the
code to fail later when it tries to interpret file data as the
chunk size. It's plausible we are missing some register saving
here - that is, the q31 register overrides an x register.
Work around this by making Closes element 0, such that 0
initialisation results in the correct Closes value.
Reported-By: Myon on IRC
Diffstat (limited to 'cmdline')
0 files changed, 0 insertions, 0 deletions
