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, PR 43141] Create ABSTRACT_ORIGIN for decls changed by IPA-SRA


On Thu, Mar 11, 2010 at 3:01 PM, Martin Jambor <mjambor@suse.cz> wrote:
> Hi,
>
> the patch below (a bit simpler than the one attached in bugzilla)
> fixes PR 43141 by building an ABSTRACT_ORIGIN decl for it. ?This does
> lead to emitting deleted parameters in debug info and is easier than
> creating a decl for the function that we actually use and update all
> calls. ?Obviously it is a bit of a hack, but I hope it is an
> acceptable one.
>
> The patch successfully bootstraps and tests with no regressions on
> x86_64-linux. ?OK for trunk?
>
> Thanks,
>
> Martin
>
>
> 2010-03-11 ?Martin Jambor ?<mjambor@suse.cz>
>
> ? ? ? ?PR tree/optimization/43141

It should be "tree-optimization".

> ? ? ? ?* tree-sra.c (create_abstract_origin): New function.
> ? ? ? ?(modify_function): Call create_abstract_origin.
>

Is that possible to add a testcase to gcc.dg/guality?

-- 
H.J.


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