This is the mail archive of the gcc@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: build6_stat removed?


I think I am ok without it.  I did find a workaround.

Thanks,

Balaji V. Iyer.

-----Original Message-----
From: Eric Botcazou [mailto:ebotcazou@adacore.com] 
Sent: Friday, July 27, 2012 10:26 AM
To: Iyer, Balaji V
Cc: gcc@gcc.gnu.org
Subject: Re: build6_stat removed?

> 	I have a question regarding build6_stat. I saw that in 7/25 merge,
> 	someone removed this function. Why was it removed?

Because it has been unused for a while, as TARGET_MEM_REF has 5 operands now.

> 	I am currently using it in my Cilk Plus branch. What is a work around
> 	for this? Am I allowed to put this function back in?

Sure, if you use it; but you are thus encouraged to trim down the number of operands of your new tree codes. ;-)

--
Eric Botcazou


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