RE: [PATCH H8300] Add function_vector attribute

2012-04-04 Thread Ajinkya Dhobale
Hello Jeff, >> So the fundamental difference is your version of function_vector is >> programmer directed. Yes, programmer will need to assign function vector number manually during declaration of the attribute. >> I think you need to investigate further since functions marked with >> the att

Re: [PATCH H8300] Add function_vector attribute

2012-03-29 Thread Jeff Law
On 03/28/2012 09:10 AM, Ajinkya Dhobale wrote: Hi Jeff, Thank you for replying to the post. How is this different than the function vector support that is already in GCC for the H8/300 series processors? Current H8/300 implementation of function vector seems inappropriate. This patch fixes f

RE: [PATCH H8300] Add function_vector attribute

2012-03-28 Thread Ajinkya Dhobale
Hi Jeff, Thank you for replying to the post. >> How is this different than the function vector support that is >> already in GCC for the H8/300 series processors? Current H8/300 implementation of function vector seems inappropriate. This patch fixes following problems from it. 1. Attribute sy

Re: [PATCH H8300] Add function_vector attribute

2012-03-26 Thread Jeff Law
On 03/26/2012 08:18 AM, Ajinkya Dhobale wrote: Hi, Please find the attached "h8300-func-vect.patch" that adds 'function_vector' attribute for H8300 target. I have taken the reference from previously posted patch for GCC-3.4.2: http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02529.html I have upda