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]

Re: 990609 2_95, bit.cc:223: integer constant out of range, long long ll = 0x434343434;, any one else seen?


On Jun 23, 1999, jeffdbREMOVETHIS@goodnet.com (Mikey) wrote:

> How can I disable this behavior?
> and enable the old auto recognition behavior?

-fpermissive

> Is LL required by g++ for all long long (__int64) integer constants now?

Yup (except with -fpermissive)

> Won't that break MUCHO (as in millions of lines of) code?

Not Standard-conforming lines of code :-)

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists


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