hubert.reinterpretcast added inline comments.

================
Comment at: clang/test/CodeGen/zos-alignment.c:114
+union u2 {
+  long      :0;
+  short      a;
----------------
The testing for no-attribute potentially 8-byte aligning zero-width bitfields 
in a non-initial position is missing.

```
struct A {
   char x;
   long : 0;
   char q;
};
```

What does the above do?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88845/new/

https://reviews.llvm.org/D88845

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to