Since https://reviews.llvm.org/D133711 clang has been rejecting
code in these two tests.
Recent GCC also rejects this code.
Differential D134417
[GCC torture tests] Disable 2 tests with array alignment issues DavidSpickett on Sep 22 2022, 1:11 AM. Authored by
Details Since https://reviews.llvm.org/D133711 clang has been rejecting Recent GCC also rejects this code.
Diff Detail
Event TimelineComment Actions Our bots are red all over so landing this without review. I'm pretty sure it's ok. Tell me if it isn't. https://github.com/llvm/llvm-test-suite/commit/48adf16285bb390029d10f626071ef083aa2c945 Comment Actions I didn't realize the test was failing because of the array alignment patch. Thank you for fixing it. |