This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/8620: not possible to assign big value to long long variable
- From: neil at gcc dot gnu dot org
- To: arvin at suse dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 18 Nov 2002 12:21:32 -0000
- Subject: Re: c/8620: not possible to assign big value to long long variable
- Reply-to: neil at gcc dot gnu dot org, arvin at suse dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: not possible to assign big value to long long variable
State-Changed-From-To: open->closed
State-Changed-By: neil
State-Changed-When: Mon Nov 18 04:21:29 2002
State-Changed-Why:
Not a bug. It is not complaining about the assignment, but about the constant. You need to add a suffix.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8620