[clang] [CLANG-CL] ignores wpadded (PR #130182)
Alex Bradbury via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 3 04:55:07 PDT 2025
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>,
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>,
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>,
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>,
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>,
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>,
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>,
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/130182 at github.com>
asb wrote:
I'm not sure if the automation that reports failures from buildbots back to the PR got broken, but I can report that this seems to fail for the RISC-V RVA23 config (vector enabled) https://lab.llvm.org/buildbot/#/builders/132/builds/597 but not the RVA20 build done at the same time.
The error on the RVA23 builder is:
```
******************** TEST 'Clang :: SemaCXX/windows-Wpadded.cpp' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/home/buildbot-worker/bbroot/clang-riscv-rva23-evl-vec-2stage/stage2/bin/clang -cc1 -internal-isystem /home/buildbot-worker/bbroot/clang-riscv-rva23-evl-vec-2stage/stage2/lib/clang/21/include -nostdsysteminc -triple x86_64-windows-msvc -fsyntax-only -verify -Wpadded /home/buildbot-worker/bbroot/clang-riscv-rva23-evl-vec-2stage/llvm/clang/test/SemaCXX/windows-Wpadded.cpp # RUN: at line 1
+ /home/buildbot-worker/bbroot/clang-riscv-rva23-evl-vec-2stage/stage2/bin/clang -cc1 -internal-isystem /home/buildbot-worker/bbroot/clang-riscv-rva23-evl-vec-2stage/stage2/lib/clang/21/include -nostdsysteminc -triple x86_64-windows-msvc -fsyntax-only -verify -Wpadded /home/buildbot-worker/bbroot/clang-riscv-rva23-evl-vec-2stage/llvm/clang/test/SemaCXX/windows-Wpadded.cpp
error: 'expected-warning' diagnostics seen but not expected:
File /home/buildbot-worker/bbroot/clang-riscv-rva23-evl-vec-2stage/llvm/clang/test/SemaCXX/windows-Wpadded.cpp Line 20: padding struct 'Derived' with 1 bit to align 'c'
1 error generated.
```
https://github.com/llvm/llvm-project/pull/130182
More information about the cfe-commits
mailing list