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: PR 28034: -fsection-anchors and coverage counters


Richard Sandiford wrote:

> The extra change is to nullify the optional minimum index operand to the
> associated ARRAY_REFs; the current code would segfault.  While at it,
> I nullified the optional element size operand too.  The information
> provided by these operands can be derived from others, and following
> on from your comment above, using null pointers matches what the
> C frontend does.
> 
> Tested in the same way as before.  OK to install?

Yes, and thanks for iterating!

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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