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: [patch]: Add support of new __int128 type for targets having 128-bit integer scalar support


On Thu, 20 May 2010, Kai Tietz wrote:

> Hmm, not sure if this is redudant. I wanted to have different warnings
> if somebody used 'long long' type or a simple 'long'. But if you think
> it is ok just to warn for long here, I can alter my patch.

Just diagnosing long is the usual approach for other types (e.g. if you 
use long long void or long long char); I think a clear reason would be 
needed to justify being different by adding the different message for long 
long __int128.

-- 
Joseph S. Myers
joseph@codesourcery.com


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