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: [committed] Fix problem with the rename of pp_format_text to pp_format in the java front-end


Andrew Pinski <pinskia@physics.uc.edu> writes:

| On Jul 1, 2005, at 3:33 AM, Zack Weinberg wrote:
| 
| > Andrew Pinski <pinskia@physics.uc.edu> writes:
| >
| >> This fixes the problem with compiling the java front-end.
| >
| > This is, sadly, not a complete fix.  pp_format() does not produce
| > output; you need to call pp_output_formatted_text() too.  (The name is
| > confusing, yes; feel free to rename it to something more sensible, if
| > you can think of one.)  See pretty_print.c:pp_printf() for the proper
| > way to do it.
| 
| And this is what I applied to fix the problem after a build and test.

OK.  Thanks.

-- Gaby


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