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,PING] eliminate most calls to build_function_type in ObjC FE


Nathan Froyd wrote:

>> The patch below eliminates most calls to build_function_type from the
>> Fortran FE.  The benefit is one less obstacle to getting rid of
>> TREE_LIST.  (TREE_LISTs are still built, but at least their building is
>> more centralized after the patch.)  The remaining calls to
>> build_function_type will need some more thought and a better interface
>> to building FUNCTION_TYPEs before they can be eliminated.
>>
>> Tested on x86_64-unknown-linux-gnu.  OK?
> 
> Ping.  http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01149.html

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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