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: [PATCH] Fix PR52977


On Mon, 16 Apr 2012, Steven Bosscher wrote:

> On Mon, Apr 16, 2012 at 3:19 PM, Richard Guenther <rguenther@suse.de> wrote:
> >
> > This fixes PR52977 - for PCH to work with its pointer relocation code
> > we have to avoid dereferencing pointers to compute array lengths
> > in structures. ?So we have to unfortunately keep duplicated info about
> > VECTOR_CST vector lengths.
> 
> Maybe add a FIXME for when pph hits trunk?

I'm not sure PPH will replace PCH - will it?

Richard.

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