public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs cvs'd between 980214 8:00 and 9:13 UTC on m68k-next-nextstep3:Success
@ 1998-02-14 23:44 Toon Moene
  1998-02-15  8:24 ` egcs cvs'd between 980214 8:00 and 9:13 UTC on m68k-next-nextstep3: Success Jeffrey A Law
  0 siblings, 1 reply; 21+ messages in thread
From: Toon Moene @ 1998-02-14 23:44 UTC (permalink / raw)
  To: egcs

I managed to cvs -z 9 co egcs yesterday 980214 between 9 and 10:13  
local time (UTC + 1).

The subsequent build succeeded without major complaints, although  
of course the new -W -Wall options gave rise to a lot of warnings.

Running c-torture-1.45 showed one test failure to be eliminated  
with respect to the previous snapshot I built (980129):

% diff egcs-980129.ctort egcs-980214.ctort
321,328d320
< ERROR: 961203-1.c: compiler returns exit status 1:
< ERROR: 961203-1.c: compiler returns exit status 1: -O  
-fno-omit-frame-pointer
< ERROR: 961203-1.c: compiler returns exit status 1: -O  
-fomit-frame-pointer
< ERROR: 961203-1.c: compiler returns exit status 1: -O2  
-fno-omit-frame-pointer
< ERROR: 961203-1.c: compiler returns exit status 1: -O2  
-fomit-frame-pointer
< ERROR: 961203-1.c: compiler returns exit status 1: -O3  
-fno-omit-frame-pointer
< ERROR: 961203-1.c: compiler returns exit status 1: -O3  
-fomit-frame-pointer
< ERROR: 961203-1.c: compiler returns exit status 1: -O3  
-funroll-all-loops
561c553
< Test completed with 32 failures
---
> Test completed with 24 failures

Now I want to do the same with the 1.0.2 release branch - what -r  
tag do I specify for that ?

Cheers,
Toon.

^ permalink raw reply	[flat|nested] 21+ messages in thread
* Re: egcs 1.0.2
@ 1998-02-16 13:34 Daniel Egger
  1998-02-16 14:21 ` H.J. Lu
  0 siblings, 1 reply; 21+ messages in thread
From: Daniel Egger @ 1998-02-16 13:34 UTC (permalink / raw)
  To: Joe Buck; +Cc: law, egcs

On Sun, 15 Feb 1998, you wrote:

>I gather that there is controversy about spending a lot of effort to
>fix "long double" in a minor release.  I would think that if these
>changes will not affect code that does not use long double they will
>at least do no harm, and not being able to build glibc does make us
>look bad.

 Hm, as HJ said this affects all glibc2 users who try to compile it
 with egcs.... I don't know why but somehow it worked on my system...

--

Servus,
       Daniel

^ permalink raw reply	[flat|nested] 21+ messages in thread
* egcs 1.0.2
@ 1998-03-19 20:46 Felix Morley Finch
  0 siblings, 0 replies; 21+ messages in thread
From: Felix Morley Finch @ 1998-03-19 20:46 UTC (permalink / raw)
  To: egcs

i586-pc-linux-gnu

Thanks!

-- 
            ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
     Felix Finch: scarecrow repairman & rocket surgeon / felix@crowfix.com
            PGP = 91 B3 94 7C E9 E8 76 2D   E1 63 51 AA A0 48 89 2F
I've found a solution to Fermat's Last Theorem but I see I've run out of room o

^ permalink raw reply	[flat|nested] 21+ messages in thread
* egcs 1.0.2
@ 1998-03-30 16:18 Oyvind Yrke
  1998-04-01 13:41 ` Jeffrey A Law
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Oyvind Yrke @ 1998-03-30 16:18 UTC (permalink / raw)
  To: egcs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2427 bytes --]

egcs-ers

I've just downloaded egcs1.0.2 and installed it on solaris2.5.1.  So
far I'm able to compile and install it and compile some code usings egcs.
I've compiled some of my own code + the STL test suite distributed by
MegaByte (STL adaption previously maintrained by Moscow Computing Center).

Before continuing, config.guess => sparc-sun-solars2.5.1

config command:
../configure --prefix=/fou/c4share/lib/egcs --enable-haifa \
             --program-prefix="egcs-" \
             --includedir=/fou/c4share/include/tcl7.5 \
             --includedir=/fou/c4share/lib/tk4.1

The includedir was added in an attempt to let the config command
find my local tcl & tk installation (without any success it seems :-( )

I should also say that I used native sun compilers (cc v4.2) and
gnumake v3.69, and I downloaded the whole installation, including
the dejagnu version you have provided.

There are however some issues I'd like to address

Build, Test & Install
=====================

     * make -k check didn't run any testsuites in the gcc area, and
       the only part being tested seems to be libio.  Anyway, the test
       completes after 4 min on an Ultra-30 which tells me that not very
       much has been tested.  Do these tests require a full install of
       dejagnu?  configure in dejagnu ended up with
       "... no X based programs will be installed."

     * there are a few compiler warnings, both when building stage1 using
       native sun cc, and when building stage{N} using stage{N-1}.

     * although I provided a program-prefix to configure, the programs
       installed still have the standard names (gcc, g++ etc), I'd expected
       egcs-gcc, egcs-g++ etc.

     * rtti - is there any reason why typeinfo.h is not shipped with egcs?
       I noticed that typeinfo.h was part of libg++2.7.2, but not in 2.8.x!!

FYI, I'm going to use egcs mostly to check for ANSI compliance in my own
code + experiment with recently added features since the other compilers
I'm using are lagging ANSI a bit more than you ...

_____________________________________________________________________
Øyvind Yrke                           Project Engineer II
oyvind@stavanger.geoquest.slb.com     Charisma-Seismic R&D Department
phone: +47 51 50 65 95                Schlumberger GeoQuest
fax:   +47 51 50 65 00                Bjergstedveien 1
                                      N-4001 Stavanger, Norway




^ permalink raw reply	[flat|nested] 21+ messages in thread
[parent not found: <3525297C.4A20D761@stavanger.geoquest.slb.com>]

end of thread, other threads:[~1998-04-03 21:52 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-14 23:44 egcs cvs'd between 980214 8:00 and 9:13 UTC on m68k-next-nextstep3:Success Toon Moene
1998-02-15  8:24 ` egcs cvs'd between 980214 8:00 and 9:13 UTC on m68k-next-nextstep3: Success Jeffrey A Law
1998-02-15  8:32   ` egcs 1.0.2 H.J. Lu
1998-02-15  8:33     ` Jeffrey A Law
1998-02-15  8:42       ` H.J. Lu
1998-02-15  8:46         ` Jeffrey A Law
1998-02-15  8:50           ` H.J. Lu
1998-02-15 12:18     ` Joe Buck
1998-02-15 14:04       ` H.J. Lu
1998-02-16  4:49         ` Bernd Schmidt
1998-02-16 10:34           ` H.J. Lu
1998-02-16 18:19             ` Bruno Haible
1998-02-16 13:34 Daniel Egger
1998-02-16 14:21 ` H.J. Lu
1998-03-19 20:46 Felix Morley Finch
1998-03-30 16:18 Oyvind Yrke
1998-04-01 13:41 ` Jeffrey A Law
1998-04-01 19:44 ` Jim Wilson
1998-04-03 21:52   ` Joe Buck
1998-04-03 21:52 ` Andreas Schwab
     [not found] <3525297C.4A20D761@stavanger.geoquest.slb.com>
1998-04-03 21:52 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).