This is the mail archive of the gcc@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]

Success on DEC OSF/1 4.0 egcs 1.02


Hello,

in ./egcs-1.0.2/INSTALL/finalinstall.html you wrote:

> If you don't mind, please send egcs@cygnus.com a short mail message
> indicating that you successfully built and installed egcs.
> Include the output from running srcdir/config.guess. 

Well, egcs 1.0.2 compiled fine on our DEC Alphastation 500 running OSF/1
Digital UNIX 4.0, and it seems to compile things just fine. 

(Besides the fact that it's core usage grows up to the hilarious amount
of 127 MB when compiling through some --very nasty-- template instantiation
and then produces assembler output that induces an assembler  warning saying
"line too long", followed by a nearly 18 MB core dump of the DEC Assembler.
But looking at the source file, I guess it's not actually egcs' fault. The
file at hand is really obfuscated. Here's some example:

template class map<int, multiset<ZTrackStub,less<ZTrackStub> >, less<int> >;
template class pair<int const, multiset<ZTrackStub,less<ZTrackStub> > >;
template class rb_tree<int,
                       pair<int const,multiset<ZTrackStub,less<ZTrackStub> > >,
                       select1st<pair<int
                       const,multiset<ZTrackStub,less<ZTrackStub> > >, int>,
                       less<int> >;

I just want to note that this code is *not* written by me :-)



Here's the config.guess output:

alphaev56-dec-osf4.0b

Cheers,	patrick


--
Patrick Schemitz, schemitz@ekp.physik.uni-karlsruhe.de
University of Karlsruhe (TH), Germany
Faculty for Physics, EKP, Ka'CDF Tracking Group


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