source: tests/.expect/polybits.txt @ 55b060d

Last change on this file since 55b060d was caf06aa, checked in by Andrew Beach <ajbeach@…>, 12 months 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 
1polybits.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
4polybits.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.