This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/9569: 8 bytes seems to long for long long int
Joseph S. Myers wrote:-
> On Wed, 5 Feb 2003, Neil Booth wrote:
>
> > Could you justify that, or re-open the bug report?
>
> Note that the bug report is actually a C++ bug report in the wrong
> category, and C++ doesn't have long long, and in the C++ compiler pedwarns
> (those that are enabled by default) are errors by default.
Great, thanks for the explanation.
Neil.