Re: A problem with field decl offsets in newly minted types

2021-01-04 Thread Richard Biener via Gcc
day, December 30, 2020 11:00 PM > To: gcc@gcc.gnu.org > Subject: A problem with field decl offsets in newly minted types > > I'm having some grief with creating/using some modified types. > > I problem occurs in tree-ssa-sccvn.c when some code tries > to take a DECL_FIEL

Re: A problem with field decl offsets in newly minted types

2021-01-01 Thread Gary Oblock via Gcc
ation optimization, this is occurring with the Mcf sources from SPEC17. From: Gary Oblock Sent: Wednesday, December 30, 2020 11:00 PM To: gcc@gcc.gnu.org Subject: A problem with field decl offsets in newly minted types I'm having some grief with creating/using som

A problem with field decl offsets in newly minted types

2020-12-30 Thread Gary Oblock via Gcc
I'm having some grief with creating/using some modified types. I problem occurs in tree-ssa-sccvn.c when some code tries to take a DECL_FIELD_OFFSET and unfortuenately gets a null that causes a crash. So, I traced this back the to types I created. Note, the method I used has seemed to be fairly r