kan
2156e40a83
Gcc 3.4.4 release.
2005-06-03 03:28:44 +00:00
kan
0a20abcc95
Import a patch from GCC PR c/16999 to stop quoting already quoted ident
...
strings.
2004-10-15 03:22:13 +00:00
kan
d42790ccc0
Remove files that are not part of GCC 3.4.x from the vendor branch.
2004-08-12 16:41:42 +00:00
kan
d42b9316c7
Import one more file for Gcc 3.4.2 20040728.
2004-08-12 02:21:58 +00:00
kan
5e00ec74d8
Gcc 3.4.2 20040728.
2004-07-28 03:11:36 +00:00
kan
79bbe23c4a
Remove files not part of GCC 3.3.x.
2004-01-05 20:27:51 +00:00
kan
b09448931a
Gcc 3.3.3 20031106.
2003-11-07 02:43:04 +00:00
kan
08db0e4d74
Gcc 3.3.1-release.
2003-08-22 02:56:07 +00:00
kan
b2a8872fbe
Gcc 3.3.1-pre as of 2003-07-11.
2003-07-11 03:40:53 +00:00
kan
52e69d78ee
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
kan
793833d7a7
Gcc 3.2.2-release.
2003-02-10 05:41:50 +00:00
obrien
7a1080fa5c
Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)
2002-12-04 15:42:16 +00:00
obrien
ef3bb13184
Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)
2002-12-04 15:15:07 +00:00
kan
92318bc515
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
kan
3669766422
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
kan
2e25f3a6c5
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
efbfe7b228
This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.
2002-05-17 19:47:49 +00:00
obrien
ed72cee726
Remove files not part of GCC 3.1.
2002-05-12 21:50:48 +00:00
obrien
c8f5fc7032
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
obrien
c9ab9ae440
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
2ecfd8bd04
Remove files that have been removed from vendor branch
2002-01-27 22:41:09 +00:00
obrien
83655f473e
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
obrien
bc8a8f48cf
Virgin import of the GCC 2.95.3 compilers
2001-03-19 19:46:16 +00:00
obrien
c67d59390e
Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #3
2001-02-17 08:34:50 +00:00
peter
f765f56813
Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #1
2001-01-03 17:16:05 +00:00
obrien
e103926ab5
Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #1
2001-01-03 17:16:04 +00:00
obrien
890b30850f
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
obrien
89d6e979f6
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
obrien
922a45e8c8
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
obrien
19e1413b5d
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
obrien
06f3b91449
Virgin import of the GCC 2.95.2 compilers
2000-01-17 12:16:41 +00:00
obrien
5498842a41
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
obrien
722d29dd3f
Virgin import of gcc from EGCS 1.1.2.
...
(renamed to freebsd-aout.h)
1999-11-24 06:23:43 +00:00
obrien
cada3a5382
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
obrien
ed15955f8c
Virgin import of the GCC 2.95.1 compilers
1999-11-14 08:33:44 +00:00
obrien
163cbd8b5a
Virgin import of gcc from EGCS 1.1.2
1999-11-14 08:31:18 +00:00
obrien
077ec7b22c
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
obrien
a2002c935c
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
obrien
4b66dfb903
Virgin import of the GCC 2.95.2 compilers
1999-11-01 08:28:22 +00:00
obrien
874263d914
Virgin import of the GCC 2.95.1 compilers
1999-10-16 07:10:09 +00:00
obrien
cae8fa8120
Virgin import of the GCC 2.95.1 compilers
1999-10-16 06:09:09 +00:00
obrien
9f01c491d0
Virgin import of EGCS 1.1.2
1999-10-12 00:47:56 +00:00
obrien
aa3f6dfa3a
Virgin import of EGCS 1.1.2
1999-10-03 09:19:40 +00:00
obrien
cef7d41dd5
Virgin import of EGCS 1.1.2
1999-10-02 21:54:32 +00:00
obrien
ae0f17d54a
Virgin import of EGCS 1.1.2
1999-10-02 01:46:57 +00:00
obrien
0bedf4fb30
Virgin import of gcc from EGCS 1.1.2
1999-08-26 09:30:50 +00:00
obrien
d4db5fb866
Virgin import of GCC 2.7.2.3
1999-07-10 23:03:59 +00:00
cvs2svn
b822db1505
This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.
1999-03-30 07:36:37 +00:00
peter
acb2bcd167
Import of 2.7.2.1 into vendor branch
1996-09-18 05:45:16 +00:00
peter
d4691e641b
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