[LLVMbugs] [Bug 1284] NEW: Support bitwidth attribute in llvm-gcc
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Mar 28 09:45:30 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1284
Summary: Support bitwidth attribute in llvm-gcc
Product: tools
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rspencer at x10sys.com
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.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list