This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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] for Review: Fix for PR java/12548


Jeff Sturm writes:
 > 
 > > -  init_name = get_file_function_name ('I');
 > > +  init_name =
 > > +    get_identifier (
 > > +      concat (IDENTIFIER_POINTER (get_file_function_name ('I')),
 > > +      "_resource", NULL));
 > >    init_type = build_function_type (void_type_node, end_params_node);
 > 
 > I think you need to free the result of concat.
 > 
 > You'll need approval from Andrew Haley for this.

I know, but I'm going to punt the approval to Tom.  He wrote this
stuff...

Andrew.


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