This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-profiling]: Add VECTOR_CST to get_base_address
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: jh at suse dot cz
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 10 Mar 2005 12:52:20 -0500
- Subject: Re: [tree-profiling]: Add VECTOR_CST to get_base_address
- References: <1110477092.16288.36.camel@dyn9002218068>
Dammit, i forgot to paste the changelog at the front of that patch.
Rest assured it had one, and it was committed with a change description
in ChangeLog.profiling
On Thu, 2005-03-10 at 12:51 -0500, Daniel Berlin wrote:
> Sometimes we get these at the bottom of _REF expressions
> (usually ... ... BITFIELD_REF<VECTOR_CST>)
>
> They need to be handled in get_base_address like STRING_CST is.
>
> This should fix the remaining failures you were seeing, Jan.
>
> Committed to tree-profiling.
>
>