#
e9e6e0f6 |
| 30-Jul-2023 |
mrg <mrg@NetBSD.org> |
initial merge of GCC 12.3.0.
this doesn't include any of the changes to the .c -> .cc files renamed, and reverts our local changes to the vax port and libsanitizer subdir. vax GCC was rewritten and
initial merge of GCC 12.3.0.
this doesn't include any of the changes to the .c -> .cc files renamed, and reverts our local changes to the vax port and libsanitizer subdir. vax GCC was rewritten and our local fixes no longer are relevant, and the new libsanitizer is more updated than our old one, and merging via gcc10->gcc12 is not really possible.
unfortunately, our local changes to libsanitizer that aren't related to the general update of those sources (ie, the netbsd code) will need to be re-checked and perhaps re-ported.
show more ...
|
#
9f30ce74 |
| 22-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge GCC 10.4.0.
|
#
43265c03 |
| 11-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial merge of GCC 10.3.0.
these three files are not yet finished merging:
gcc/config/rs6000/rs6000.c libsanitizer/lsan/lsan_allocator.h libsanitizer/sanitizer_common/sanitizer_platform_limits_po
initial merge of GCC 10.3.0.
these three files are not yet finished merging:
gcc/config/rs6000/rs6000.c libsanitizer/lsan/lsan_allocator.h libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h
our current GCC 9 sanitizers are newer than GCC 10's still, so that may take a little to untease, so it's probable that more than these 2 will need more changes.
rs6000.c has some changes related to ABI and supported functionality that need to be merged forward.
show more ...
|
#
654d12c0 |
| 05-Sep-2020 |
mrg <mrg@NetBSD.org> |
merge GCC 9.3.0.
|
#
3f8cba22 |
| 01-Oct-2019 |
mrg <mrg@NetBSD.org> |
merge GCC 8.3.0 pass 1. will not compile yet. thare are still about 25 files with merge issues.
|
#
a41324a9 |
| 19-Jan-2019 |
mrg <mrg@NetBSD.org> |
first pass at merging GCC 7.4.0. unlikely to compile..
|
#
cdbfa754 |
| 02-Feb-2018 |
mrg <mrg@NetBSD.org> |
merge GCC 6.4.0. sanitizer stuff is probably busted, but most other changes merged easily.
docs need to be regenerated with modern versions still.
|
#
d35849d0 |
| 24-Jan-2016 |
mrg <mrg@NetBSD.org> |
merge GCC 5.3. round 1. this probably won't work :-)
libsanitizer likely needs to be re-ported, though i've done most of the updating we'll need i think already.
|
#
23da6d05 |
| 01-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge gcc 4.8.2 r206687 (part 1).
|
#
be5cf4dc |
| 09-Apr-2012 |
wiz <wiz@NetBSD.org> |
clang complains: C++ default arguments are illegal in the function defininion. christos@ ok
|
#
4fee23f9 |
| 21-Jun-2011 |
mrg <mrg@NetBSD.org> |
initial import of GCC 4.5.3 sources. changes since 4.1 are way too numerous to review, please see http://gcc.gnu.org/gcc-4.5/changes.html (and the 4.2, 4.3 and 4.4 versions, too.)
this includes the
initial import of GCC 4.5.3 sources. changes since 4.1 are way too numerous to review, please see http://gcc.gnu.org/gcc-4.5/changes.html (and the 4.2, 4.3 and 4.4 versions, too.)
this includes the core, c++, objc and the non java/ada/fortran parts of the testsuite.
show more ...
|