This is the mail archive of the gcc-patches@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: RFC/RFA: patch for PR 22156: improve SRA for bit-fields


> I'm sorry, I'd mistaken your report as a miscompilation, that I hoped
> would be fixed with my revised patch.  Now I see it's just an
> optimization issue.

It triggers other problems later, most notably ICEs.

> Given the explanation above, does this request still hold?

Did you really look at the testcase?  2 *words* are put together and accessed 
as bitfields, i.e. the whole structure, this is a no-no in my opinion.

-- 
Eric Botcazou


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