head	1.3;
access;
symbols
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	pgcc_2_95_1:1.2;
locks; strict;
comment	@# @;


1.3
date	2002.06.08.17.28.14;	author obrien;	state dead;
branches;
next	1.2;

1.2
date	99.09.08.10.41.56;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	99.05.24.17.13.01;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@This was still at the GCC 2.95.2 level.  GCC 3.1 has really subsumed
the optimization work the PGCC group did based on the closed development
GCC versions.
@
text
@--- gcc/config/t-freebsd.orig	Tue Jun  1 17:02:39 1999
+++ gcc/config/t-freebsd	Tue Jun 22 11:05:25 1999
@@@@ -1,4 +1,2 @@@@
 # Don't run fixproto
 STMP_FIXPROTO =
-# Use only native include files
-USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
@


1.2
log
@Upgrade to version 2.95.1.
@
text
@@


1.1
log
@Upgrade to version 1.1.3, and sync with changes to the egcs port.
@
text
@d1 7
a7 12
--- libstdc++/stl/stl_rope.h.orig	Fri Feb 20 03:13:44 1998
+++ libstdc++/stl/stl_rope.h	Sun Feb 28 03:50:24 1999
@@@@ -702,7 +702,8 @@@@
 	__rope_iterator_base<charT,Alloc>(r.tree_ptr, pos) {}
     __rope_const_iterator& operator= (const __rope_const_iterator & x) {
 	if (0 != x.buf_ptr) {
-	    *this = x;
+	    *(static_cast<__rope_iterator_base<charT,Alloc>*>(this)) = x; 
+	    // bugfix by Kevin Atkinosn (kevina@@clark.net) was *this = x;
 	} else {
 	    current_pos = x.current_pos;
 	    root = x.root;
@

