Alexander Kabaev
bd0df3aa27
Gcc 3.3.1-pre as of 2003-07-11.
2003-07-11 03:40:53 +00:00
Alexander Kabaev
fabd8bcd49
Remove files incidentally imported from the wrong place during
...
3.2.1 import. They are not used by any of our system GCC versions
and will be physically removed from repository soon.
Reviewed by: obrien
2003-03-26 18:12:01 +00:00
Alexander Kabaev
7b74929d74
Gcc 3.2.2-release.
2003-02-10 05:41:50 +00:00
David E. O'Brien
45fc31f8dd
Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)
2002-12-04 15:42:16 +00:00
David E. O'Brien
90cbf5083e
Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)
2002-12-04 15:15:07 +00:00
Alexander Kabaev
423134a002
Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on October 9th 2002 20:15 EST.
2002-10-10 04:40:18 +00:00
Alexander Kabaev
acabf91c96
Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 16-Sep-2002 13:23:11 EDT.
2002-09-17 04:03:37 +00:00
Alexander Kabaev
bb3c979bf5
Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT.
2002-09-01 20:38:57 +00:00
cvs2svn
dd49f05638
This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.
2002-05-17 19:47:49 +00:00
David E. O'Brien
f4603a02f9
Remove files not part of GCC 3.1.
2002-05-12 21:50:48 +00:00
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
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
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
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
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
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
b50366c383
Virgin import of EGCS 1.1.2
1999-10-12 00:47:56 +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
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
9882643d04
Import of 2.7.2.1 into vendor branch
1996-09-18 05:45:16 +00:00
Peter Wemm
a4cd5630b0
Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of the
...
non-i386, non-unix, and generatable files have been trimmed, but can easily
be added in later if needed.
gcc-2.7.2.1 will follow shortly, it's a very small delta to this and it's
handy to have both available for reference for such little cost.
The freebsd-specific changes will then be committed, and once the dust has
settled, the bmakefiles will be committed to use this code.
1996-09-18 05:35:50 +00:00