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: Change handling of common attributes


On Sat, 22 Sep 2001, Richard Kenner wrote:

> Well, it was a warning and only on -pedantic.  That seems odd in the first
> place since it's already a GNU extension.

This (extended integer types) is a type of extension that C99 discusses
and regulates.

> I agree it's possible to do things to put the warning back, but is it really
> worth it?

One alternative option would be to fill out where extend.texi lists

	@item
	@cite{Any extended integer types that exist in the implementation (6.2.5).}

with details of the extended integer types created by mode attributes and
an explanation that types created by mode attributes that are wider than
intmax_t may look and act like extended integer types but aren't.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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