Unverified Commit 947cd677 authored by Aaron Ballman's avatar Aaron Ballman Committed by GitHub
Browse files

[C23] Select the correct promoted type for a bit-field (#89254)

Bit-fields of bit-precise integer type do not promote to int, but
instead promote to the type of the field.

Fixes #87641
parent dc20a0ea
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment