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]

[PATCH] demangler stuff


2003-10-30  Carlo Wood  <carlo@alinoe.com>

        * include/bits/demangle.h
        (qualifier_list<Allocator>::decode_qualifiers(string_type&,
        string_type&, bool member_function_pointer_qualifiers):
        Always seperate the '[' of an array type with a space from
        what is left of it, except when that is the closing bracket
        of another array dimension.

The main reason for this is that

int const volatile[3]

looks worse then

int const volatile [3]


Ok to commit?

-- 
Carlo Wood <carlo@alinoe.com>

Attachment: arrayspace.diff
Description: Text document


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