<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/contrib/libf2c, branch releng/4.8</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F4.8</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F4.8'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2001-04-10T19:23:41Z</updated>
<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-test2/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>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-test2/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-test2/commit/?id=ce5adf112e117fcd61beb4582c1d8e6a24065b25'/>
<id>urn:sha1:ce5adf112e117fcd61beb4582c1d8e6a24065b25</id>
<content type='text'>
branch as of March 7th, 2000.
</content>
</entry>
<entry>
<title>Virgin import of GCC 2.95.2's libf2c</title>
<updated>1999-11-01T07:32:56Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-11-01T07:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c27f7499babf56c3fe0c55bdb94d0123edbc6f8'/>
<id>urn:sha1:7c27f7499babf56c3fe0c55bdb94d0123edbc6f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was generated by cvs2svn to compensate for changes in r52741,</title>
<updated>1999-11-01T07:32:56Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-11-01T07:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=362ac0af37446b00ca5b4a03a601b743c99df567'/>
<id>urn:sha1:362ac0af37446b00ca5b4a03a601b743c99df567</id>
<content type='text'>
which included commits to RCS files with non-trunk default branches.
</content>
</entry>
<entry>
<title>This file came from elsewhere and there was a little turd left.</title>
<updated>1999-11-01T07:25:20Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-11-01T07:25:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9f6e1e5e559981ac31f0c54c05e9868e64bd0dc6'/>
<id>urn:sha1:9f6e1e5e559981ac31f0c54c05e9868e64bd0dc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update for gcc 2.95.2.</title>
<updated>1999-11-01T07:22:02Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-11-01T07:22:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=078114716140431bcba0ee49e2848488f8f29c9a'/>
<id>urn:sha1:078114716140431bcba0ee49e2848488f8f29c9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update for GCC 2.95.1's bundled libf2c.</title>
<updated>1999-09-19T05:59:54Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-09-19T05:59:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8f21dd05e1eec47286cbd65212cb058858845ef5'/>
<id>urn:sha1:8f21dd05e1eec47286cbd65212cb058858845ef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Virgin import of GCC 2.95.1's libf2c</title>
<updated>1999-09-19T05:59:11Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-09-19T05:59:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2bd51384fc6034a6e82b93a51dd04616da607555'/>
<id>urn:sha1:2bd51384fc6034a6e82b93a51dd04616da607555</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was generated by cvs2svn to compensate for changes in r51384,</title>
<updated>1999-09-19T05:59:11Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-09-19T05:59:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=12f17da2268d8220084c449bc559c3dded9ac7eb'/>
<id>urn:sha1:12f17da2268d8220084c449bc559c3dded9ac7eb</id>
<content type='text'>
which included commits to RCS files with non-trunk default branches.
</content>
</entry>
</feed>
