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:


Hi Loren,

Sorry about the wrong address.  I found the address at gnu site.  Anyway, I
first tried without the
-D_GLIBCPP_USE_LONG_LONG option and it spits out tons of error messages.
Basically, the library does not like long long
variables.  (Even though I have no right), I tried defining the
_GLIBCPP_USE_LONG_LONG macro and it
compiles but the printed result is wrong. (0 instead of 5).

If this is not a bug, what should I do to enable me to use long long
variables in g++.  The earlier version of
g++ let me use long long without a problem.  It is only the version 3.0 and
3.01 (on Solaries) that is preventing me.
BTW, I installed gcc 3.0 and 3.01 on the Linux machines and it works.  Do I
have to do something different on the Solaris machines?

Thank You,
Meenan

-----Original Message-----
From: Loren James Rittle [mailto:rittle@latour.rsch.comm.mot.com]
Sent: Tuesday, October 23, 2001 7:14 PM
To: gcc-bugs@gcc.gnu.org
Cc: meenan.vishnu@calix.com
Subject: 


In article <8119A4CE9D90D311912A00508B552B2A084DCFC3@cnexch>:

> I installed gcc 3.01 on Solaries 2.7 but it does not compiler the
following
> simple program [which does not conform to any standard -ljr]:  [...]

> I tried compiling as

> g++ -c -D_GLIBCPP_USE_LONG_LONG -static junk.cc
[...]

Your bug report was filed to the wrong place.

Why do you think you have the right to define a macro in implementor
space on the command line?

Not a bug...

Regards,
Loren


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