<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/contrib/libstdc++, branch release/4.8.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-04-03T18:49:23Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-04-03T18:49:23Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-04-03T18:49:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c'/>
<id>urn:sha1:0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c</id>
<content type='text'>
'RELENG_4_8_0_RELEASE'.

This commit was manufactured to restore the state of the 4.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC:  bring in GCC 2.95.3 + official sjlj exception fixes.</title>
<updated>2001-04-10T19:23:41Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-04-10T19:23:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1fa470027f0adf0cc52bc31cdce6b3489da5a39c'/>
<id>urn:sha1:1fa470027f0adf0cc52bc31cdce6b3489da5a39c</id>
<content type='text'>
Approved by:	jkh

The the setjump/longjump exception handling fixes are from GCC 2.95.3.test3
and were removed from GCC 2.95.3.test4 and the subsequent release due
to bootstrap problems on HP-UX.  However, they were very well tested and
fixed major problems on all other platforms.  Including all the all the BSD's.
OpenBSD and FreeBSD 5-current both use these official sjlj patches.

W/o this upgrade the following program segmentation faults if compiled
with -O2 (but not -Os or -O or -O0) on 4.2FreeBSD.
There are some large C++ libraries where segfaults also occur, even at -O.

#include &lt;stdio.h&gt;

class A {
public:
  A() { printf("c'tor A\n"); }
  ~A(){ printf("d'tor A\n"); }
};

class foo : public A {
public:
  foo()  { printf("C'tor foo\n"); throw 8; }
  ~foo() { printf("D'tor foo\n"); }
};

int main(){
  try { foo fii; }
  catch (int){ printf("catch ...\n"); }
  return 0;
}
</content>
</entry>
<entry>
<title>MFC:  get all offical GCC bug fixes from 2.95.2-release to 26-May-2000.</title>
<updated>2000-07-04T06:01:51Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-07-04T06:01:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=92b807be17a7ec71fe7ba0fe54ec7d16867201c1'/>
<id>urn:sha1:92b807be17a7ec71fe7ba0fe54ec7d16867201c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-05-28T05:06:39Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-05-28T05:06:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b08ea314393c8556fff1220b3055cb221f719cc8'/>
<id>urn:sha1:b08ea314393c8556fff1220b3055cb221f719cc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync up with latest vendor files.</title>
<updated>2000-03-30T08:22:06Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-03-30T08:22:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce54545818ad5a78042bb22eaefdb6cd1c0fc96b'/>
<id>urn:sha1:ce54545818ad5a78042bb22eaefdb6cd1c0fc96b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was generated by cvs2svn to compensate for changes in r57844,</title>
<updated>2000-03-09T09:21:46Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-03-09T09:21:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03e4472d2369e8ea7c5a64d9d6aac78d2a972343'/>
<id>urn:sha1:03e4472d2369e8ea7c5a64d9d6aac78d2a972343</id>
<content type='text'>
which included commits to RCS files with non-trunk default branches.
</content>
</entry>
<entry>
<title>Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"</title>
<updated>2000-03-09T09:21:46Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-03-09T09:21:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce5adf112e117fcd61beb4582c1d8e6a24065b25'/>
<id>urn:sha1:ce5adf112e117fcd61beb4582c1d8e6a24065b25</id>
<content type='text'>
branch as of March 7th, 2000.
</content>
</entry>
<entry>
<title>Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"</title>
<updated>2000-01-22T02:59:08Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-01-22T02:59:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cbab3205286065bef3f77788d973d62378b6d6f0'/>
<id>urn:sha1:cbab3205286065bef3f77788d973d62378b6d6f0</id>
<content type='text'>
branch on Jan 20th, 2000.
</content>
</entry>
<entry>
<title>This commit was generated by cvs2svn to compensate for changes in r56385,</title>
<updated>2000-01-22T02:59:08Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-01-22T02:59:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aaaa7e3448ff28dbb3b303c09e079e07ec1786d5'/>
<id>urn:sha1:aaaa7e3448ff28dbb3b303c09e079e07ec1786d5</id>
<content type='text'>
which included commits to RCS files with non-trunk default branches.
</content>
</entry>
<entry>
<title>Virgin import of GCC 2.95.2's libstdc++</title>
<updated>1999-11-01T07:40:19Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-11-01T07:40:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b305aa15a0971a7bceffbc4d1f20ddbe5b5c5d8'/>
<id>urn:sha1:9b305aa15a0971a7bceffbc4d1f20ddbe5b5c5d8</id>
<content type='text'>
</content>
</entry>
</feed>
