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]

Re: Question about loc_descriptor_from_tree in dwarf2out.c


    ADDRESSP is true when we are computing the address of LOC and
    false when computing the value of LOC.

Can you explain this, then?

  /* If we can't fill the request for an address, die.  */
  if (addressp && indirect_size == 0)
    abort ();

indirect_size will be zero when the mode is BLKmode.  Or is it just
that the size is computed wrong in that case?


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