Last change
on this file since d829c6d was caf06aa, checked in by Andrew Beach <ajbeach@…>, 2 years ago |
Added the check for bitfields in sized polymorphic types. It was folded into a logically related but implimentationally seprate pass.
|
-
Property mode
set to
100644
|
File size:
395 bytes
|
Line | |
---|
1 | polybits.cfa:4:1 error: Cannot have bitfields inside a sized polymorphic structure.bitfield: signed int with bitfield width Constant Expression (7: signed int)
|
---|
2 | ... with resolved type:
|
---|
3 | signed int
|
---|
4 | polybits.cfa:10:1 error: Cannot have bitfields inside a sized polymorphic structure.bitfield: signed int with bitfield width Constant Expression (7: signed int)
|
---|
5 | ... with resolved type:
|
---|
6 | signed int
|
---|
Note:
See
TracBrowser
for help on using the repository browser.