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: [rs6000] Don't emit libcall notes around TLS address


On Thursday 16 June 2005 02:51, Richard Henderson wrote:
> On Thu, Jun 16, 2005 at 01:32:49AM +0200, Steven Bosscher wrote:
> > You'd want "*t2 = *t4" but that is not valid GIMPLE.
>
> What the hell are you talking about?

Hey, relax!

> Of course it is. 

You're absolutely right, I just fscked up, sorry!

Gr.
Steven


> --
> struct large { char x[1000]; };
> void foo(struct large *x, struct large *y) { *x = *y; }
> --
> foo (x, y)
> {
> <bb 0>:
>   *x = *y;
>   return;
>
> }
> --
>
>
> r~


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