David E. O'Brien
909b401074
Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT.
2002-05-09 20:02:13 +00:00
David E. O'Brien
1952e2e1c1
Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0.
...
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
2002-02-01 18:16:02 +00:00
Peter Wemm
d337ceafd7
Remove files that have been removed from vendor branch
2002-01-27 22:41:09 +00:00
David E. O'Brien
8489cc4415
Virgin import of GCC 3.0.2's libf2c
2001-12-18 04:13:58 +00:00
Peter Wemm
473b1ba132
<repo surgery - force revision change>
2001-11-08 23:15:13 +00:00
David E. O'Brien
66d7199d63
Import the setjump/longjump exception handling fixes from GCC 2.95.3.test3
...
that were removed from GCC 2.95.3.test4 and the subsequent release due
to problems on HP-UX. However, they work just fine on all the BSD's.
W/o these patches the following program segmentation faults if compiled
with -O2 (but not -Os or -O or -O0):
#include <stdio.h>
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;
}
2001-03-24 01:58:31 +00:00
David E. O'Brien
06b8915d1f
Virgin import of GCC 2.95.3's libobjc
2001-03-19 20:56:11 +00:00
David E. O'Brien
5ed6456a06
Virgin import of GCC 2.95.3's libstdc++
2001-03-19 20:51:52 +00:00
David E. O'Brien
addb3faa55
Virgin import of GCC 2.95.3's libio -- the C++ iostream facility.
2001-03-19 20:49:58 +00:00
David E. O'Brien
843b04fb90
Virgin import of the GCC 2.95.3 compilers
2001-03-19 19:46:16 +00:00
David E. O'Brien
c4ac962157
Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #3
2001-02-17 08:34:50 +00:00
Peter Wemm
8f90f252f4
Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #1
2001-01-03 17:16:05 +00:00
David E. O'Brien
5401a9ce8b
Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #1
2001-01-03 17:16:04 +00:00
David E. O'Brien
a7f8efad11
Import of a GCC 2.96 snapshot taken from the trunk of the FSF GCC anoncvs
...
server on 11-July-2000, at 17:32 Zulu.
This is the last point [that I know of] that Cygnus synced their internal
IA-64 GCC tree with the public FSF one.
2000-12-14 21:42:21 +00:00
David E. O'Brien
14eaea6f7d
Import of a GCC 2.96 SNAPSHOT taken from the trunk of the GCC anoncvs
...
server on 3-June-2000.
2000-06-04 08:30:31 +00:00
David E. O'Brien
21f6bc4b05
Import of a GCC 2.96 SNAPSHOT taken from the trunk of the GCC anoncvs
...
server on 3-June-2000.
2000-06-04 08:21:31 +00:00
David E. O'Brien
c6d2f3514a
Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
...
branch as of May 26th, 2000. [these are changes March 31 - May 24th]
2000-05-27 02:25:28 +00:00
David E. O'Brien
34f99151ae
Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
...
branch as of March 29th, 2000. [these are changes March 7-29th]
2000-03-30 03:23:37 +00:00
David E. O'Brien
69ffc00f5d
Virgin import of GCC 2.95.2's libobjc
2000-03-27 03:00:53 +00:00
David E. O'Brien
536abd52d2
Virgin import of GCC 2.95.1's libobjc.
...
(previous GCC/EGCS versions had these files in gcc/objc/)
2000-03-27 03:00:05 +00:00
David E. O'Brien
ce5adf112e
Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
...
branch as of March 7th, 2000.
2000-03-09 09:21:46 +00:00
David E. O'Brien
cbab320528
Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
...
branch on Jan 20th, 2000.
2000-01-22 02:59:08 +00:00
David E. O'Brien
8107fa79b5
Virgin import of the GCC 2.95.2 compilers
2000-01-17 12:16:41 +00:00
David E. O'Brien
0cef048f94
Virgin import of the GCC 2.95.1 compilers
...
(gcc/config/i386/freebsd.h renamed to freebsd-aout.h)
1999-11-24 06:24:35 +00:00
David E. O'Brien
5003d98148
Virgin import of gcc from EGCS 1.1.2.
...
(renamed to freebsd-aout.h)
1999-11-24 06:23:43 +00:00
David E. O'Brien
421eff041a
Virgin import of GCC 2.7.2.3's gcc/config/i386/freebsd.h for a.out systems.
...
[This has been renamed to freebsd-aout.h to not conflict with our own
hacked up version.]
1999-11-24 06:22:22 +00:00
David E. O'Brien
8b2496aa28
Virgin import of the GCC 2.95.1 compilers
1999-11-14 08:33:44 +00:00
David E. O'Brien
47d43e699e
Virgin import of gcc from EGCS 1.1.2
1999-11-14 08:31:18 +00:00
David E. O'Brien
152b6a190b
Virgin import from GCC 2.95.1.
...
As of GCC 2.95 these files from libiberty are absolutely required:
ansidecl.h libiberty.h splay-tree.h splay-tree.c
To keep from having to import all of libiberty, they are imported here
for now. Before all is said and done, libiberty might be imported, or
these files might move elsewhere.
1999-11-04 10:35:02 +00:00
David E. O'Brien
bb26fe914f
Virgin import from GCC 2.95.1.
...
As of GCC 2.95 these files:
choose-temp.c demangle.h getopt.h obstack.c pexecute.c
cplus-dem.c getopt.c getopt1.c obstack.h
were removed from the GCC compilers proper to libiberty. To continue our
revision history, and to keep from having to import all of libiberty,
they are imported here as if they were never moved.
1999-11-04 10:20:05 +00:00
David E. O'Brien
d14ec649a5
Virgin import of the GCC 2.95.2 compilers
1999-11-01 08:28:22 +00:00
David E. O'Brien
9b305aa15a
Virgin import of GCC 2.95.2's libstdc++
1999-11-01 07:40:19 +00:00
David E. O'Brien
7b8177c6f1
Virgin import of GCC 2.95.2's libio -- the C++ iostream facility.
1999-11-01 07:37:09 +00:00
David E. O'Brien
7c27f7499b
Virgin import of GCC 2.95.2's libf2c
1999-11-01 07:32:56 +00:00
David E. O'Brien
f32ac804b1
Virgin import of the GCC 2.95.1 compilers
1999-10-16 07:10:09 +00:00
David E. O'Brien
f2c57ef828
Virgin import of the GCC 2.95.1 compilers
1999-10-16 06:09:09 +00:00
David E. O'Brien
aef9219924
Virgin import of GCC 2.95.1's libio -- the C++ iostream facility.
1999-10-16 03:54:25 +00:00
David E. O'Brien
7b57a2734b
Virgin import of GCC 2.95.1's libstdc++
1999-10-16 03:52:48 +00:00
David E. O'Brien
b50366c383
Virgin import of EGCS 1.1.2
1999-10-12 00:47:56 +00:00
David E. O'Brien
04626017cb
Virgin import of EGCS 1.1.2's libio -- the C++ iostream facility.
1999-10-04 08:17:54 +00:00
David E. O'Brien
43d36c40e7
Virgin import of EGCS 1.1.2's libstdc++
1999-10-04 08:12:38 +00:00
David E. O'Brien
bdc228c639
Virgin import of EGCS 1.1.2
1999-10-03 09:19:40 +00:00
David E. O'Brien
dc76ff5a60
Virgin import of EGCS 1.1.2
1999-10-02 21:54:32 +00:00
David E. O'Brien
261b37fb6c
Virgin import of EGCS 1.1.2
1999-10-02 01:46:57 +00:00
David E. O'Brien
2bd51384fc
Virgin import of GCC 2.95.1's libf2c
1999-09-19 05:59:11 +00:00
David E. O'Brien
c1f999a45c
Virgin import of EGCS 1.1.2's libf2c
1999-09-18 10:51:31 +00:00
David E. O'Brien
2a266d02ba
Virgin import of gcc from EGCS 1.1.2
1999-08-26 09:30:50 +00:00
David E. O'Brien
3b82b5b7f7
Virgin import of GCC 2.7.2.3
1999-07-10 23:03:59 +00:00
cvs2svn
f5be10a3f2
This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.
1999-03-30 07:36:37 +00:00
Peter Wemm
e028853bf6
Drat, I got carried away cleaning up and forgot this. This is where
...
the version number is obtained from.
1996-10-03 22:58:33 +00:00