[Bug c/23501] pp_base_format_text ought to recognise "m$" directives

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Aug 20 20:52:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-20 20:40 -------
Already fixed for 4.1.0 by:
2005-06-30  Zack Weinberg  <zack@codesourcery.com>
            Jakub Jelinek  <jakub@redhat.com>

        * pretty-print.h (PP_NL_ARGMAX): New.
        (text_info): Add locus.
        (struct chunk_info): New.
        (output_buffer): Add formatted_obstack, chunk_obstack, and
        cur_chunk_array. Change obstack to a pointer.
        (pp_wrapping_mode_t, pp_wrapping_mode, pp_set_verbatim_wrapping): New.
        (struct pretty_print_info): Replace ideal_maximum_length and
        prefixing_rule with wrapping.
        (pp_line_cutoff, pp_prefixing_rule): Update to match.
        Update prototypes and wrapper macros throughout.
        * pretty-print.c (pp_formatted_text_data, pp_append_r)
        (pp_base_clear_output_area, pp_construct, pp_base_formatted_text)
        (pp_base_last_position_in_text, pp_base_newline, pp_base_character):
        Update for changes to pp structure.
....


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23501



More information about the Gcc-bugs mailing list