https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116155
--- Comment #6 from qinzhao at gcc dot gnu.org --- (In reply to Dimitar Dimitrov from comment #5) > > What fails on pru is: > if (sizeof (struct only_fam_2) != sizeof (int)) > __builtin_abort (); > > I think we need to separate it into a different file, and filter it for > "target pcc_bitfield_type_matters". one question, what's the value for the sizeof (struct only_fam_2) on pru target?