Commit Graph

7 Commits

Author SHA1 Message Date
David E. O'Brien
1066fc65e8 Upgrade to version 2.95.1. 1999-09-08 10:41:57 +00:00
David E. O'Brien
89227c0f8d Upgrade to version 1.1.3, and sync with changes to the egcs port. 1999-05-24 17:13:07 +00:00
David E. O'Brien
e2c56c869e PGCC, the Pentium optimizing version of GCC is back.....
It is now based on EGCS.
1998-12-13 09:40:49 +00:00
Andreas Klemm
df25cb3f0a remove unneded port. egcs is the successor. 1998-01-11 00:32:35 +00:00
Andreas Klemm
e0c79a7347 reordered ftp sites (USA sites first)
removed patch-ac (dunno how this patch made it again into
my patches directory, thanks Satoshi for telling me !)
1997-06-10 16:36:36 +00:00
Andreas Klemm
c1b1010ad0 Bootstrap pgcc-current using -O instead of -O2 (for safety reasons, I don't
want higher optimization levels result in unsafer binaries).

Fix bug, that causes core dumps when using higher optimization levels
than -O2.

Results with dhrystone 2.1 (1000000 loops):
	stock cc (2.7.2.1 from current)	:	136k	(136xxx)
	pgcc-current with -O2		:	138k
	pgcc-current with -O6		:	172k

And no coredump anymore. Reason for coredump:
With -O3 cc1 does an register-to-register-copy optimization and it tries
to write some debugging information about what it is doing into a file
that does not exist unless you have instructed cc1 to dump all its
information about its internal state. (From: Sascha Blank)

BTW:	PLIST is really coming soon, it's on my todo list ;-)
BTW2:	Is Sascha already in the contributors list ? Have to go to work now.

Submitted by:	Sascha Blank <blank@sliphost37.uni-trier.de>
1996-12-20 07:27:41 +00:00
Andreas Klemm
9a84e6bfb5 pgcc-current is a developer release of gcc 2.7.2 with pentium
optimizations. The motivation to make a separate pgcc port is, to
provide two versions, an official release, which is missing the
leading edge of developement and an interesting current version,
which fixes some things and might breake (or not) others.

Fact is, that one is able to compile and run a complete FreeBSD-current
kernel without trouble and so closes 2 PR's.

>Number:         1221
>Category:       bino

and possibly
>Number:         1222
>Category:       ports (should be tested by the submitter.
1996-12-18 16:40:16 +00:00