https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82904

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|rtl-optimization            |fortran
   Target Milestone|---                         |7.3

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Another missing DECL_EXPR in the FE emitted IL:

p ()
{
  static integer(kind=4) _F.x;
  static character(kind=1)[1:_F.x] * x = 0B;
^^^^

this one misses a DECL_EXPR

  static integer(kind=4) _F.y;
  static struct array1_unknown y = {.data=0B};
  bitsizetype D.3620;
  sizetype D.3621;

  D.3620 = (bitsizetype) (sizetype) NON_LVALUE_EXPR <_F.y> * 8;
  D.3621 = (sizetype) NON_LVALUE_EXPR <_F.y>;
  {

Reply via email to