Support bitwidth attribute in llvm-gcc #1656
Labels
bugzilla
Issues migrated from bugzilla
enhancement
Improving things as opposed to bug fixing, e.g. new or missing feature
llvm-tools
All llvm tools that do not have corresponding tag
wontfix
Issue is real, but we can't or won't fix it. Not invalid
Extended Description
The llvm-gcc tool should support a bitwidth attribute that permits arbitrary
precision bit width integers to be used. This PR is to track the development of
that feature.
As with other type attributes, this feature requests that:
attribute((bitwidth(N)))
be recognized by llvm-gcc so that things like:
typedef int attribute((bitwidth(23))
could be used to make a signed 23 bit integer.
The text was updated successfully, but these errors were encountered: