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 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?  Of course it is.

--
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]