This is the mail archive of the gcc-bugs@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: c++/8216: Code accepted by gcc is rejected by g++


Synopsis: Code accepted by gcc is rejected by g++

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Nov  5 12:03:37 2002
State-Changed-Why:
    I can confirm the thing, but am unsure what to say: the code
    seems illegal if you don't add the LL postfix, so what's wrong
    in rejecting it?
    
    int main()
    {
      long long l = 60000000000;
    /* long long l = 60000000000LL; */
      l++;
    }

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8216


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