From 1197e38c1a146d91eb0521e1b995e37bdb8c3fdc Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 27 Apr 2020 06:55:01 -0700 Subject: doc: mention zero-width bit-field at end of structure. * txr.1: A zero-width bit-field placed as the last member can have an effect on the structure; let's mention it. --- txr.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 34463d4a..137740de 100644 --- a/txr.1 +++ b/txr.1 @@ -67503,7 +67503,8 @@ partially filled, then is adjusted to point to the next unit after that, and .I B is reset to zero. Note that according to this semantics, a zero-width bitfield -can have an effect even if placed between non-bitfield members. +can have an effect even if placed between non-bitfield members, or appears +as the last member of a structure. If, after the placement of all structure members, .I B -- cgit v1.2.3