This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR 6212


Richard Henderson wrote:-

> At minimum, PRs 2511, 3325, 3326, 3347, 5593.
> 
> At the heart of all, we mis-promote bit-fields.

And treat them as having the wrong range of values, since
so much of GCC assumes that is based upon the type, which
causes bogus or missed diagnostics, and, I'm sure, bad
optimizations or pessimizations.

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]