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]

Re: PATCH: printing types in a more logical way


| I don't know whether you are aware of
| http://egcs.cygnus.com/contribute.html

Yes :)

| I just noticed there is no ChangeLog entry.

Oops! I forgot.

Here it is:

1999-10-30  Carlo Wood  <carlo@runaway.xs4all.nl>

	* error.c (dump_qualifiers): if there is more than one
	qualifier, print `const' at the end.
	(dump_type): write qualifiers on the right side of types
	instead of on the left side.
	(dump_type_prefix): Always write a space in front of a '('
	and in front of the qualifiers TYPE_QUAL_CONST,
	TYPE_QUAL_VOLATILE and TYPE_QUAL_RESTRICT. Don't write a
	space in front of POINTER_TYPE.

-- 
 Carlo Wood  <carlo@runaway.xs4all.nl>


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