Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11.3.1.s20230518 19 May 2023 22:12:56
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230518 |
11.3.1.s20230511_1 19 May 2023 22:12:53
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Fix enable init_array patch
Add an error line that was missing in case _FreeBSD_version < 1000010.
Reported by: gnikl@users.sourceforge.net
Fixes: db8e43de4eef lang/gcc11-devel: Enable support for .init_array and
.fini_array |
11.3.1.s20230511 12 May 2023 15:33:46
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230511 |
11.3.1.s20230504_1 12 May 2023 15:33:40
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Enable support for .init_array and .fini_array
Enable support for .init_array and .fini_array, which FreeBSD supports
since commit 83aa9cc00c2d83d05a0efe7a1496d8aab4a153bb in the src
repository.
There __FreeBSD_version is 1000009, so we start enabling the support
from __FreeBSD_version == 1000010.
Reported by: Dan McGregor <dan.mcgregor@usask.ca>
Reviewed by: Dan McGregor <dan.mcgregor@usask.ca>, gerald
Differential Revision: https://reviews.freebsd.org/D39968 |
11.3.1.s20230504 08 May 2023 20:37:46
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230504 |
11.3.1.s20230427 29 Apr 2023 09:23:16
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230427
Also fix plist for aarch64. |
11.3.1.s20230420_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
11.3.1.s20230420 21 Apr 2023 13:24:49
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230420 |
11.3.1.s20230414 16 Apr 2023 10:03:04
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230414 |
11.3.1.s20230407 08 Apr 2023 14:35:37
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230407 |
11.3.1.s20230331 01 Apr 2023 12:03:44
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230331 |
11.3.1.s20230324 30 Mar 2023 23:59:51
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sunset 12.3-RELEASE from ports tree
- Mk/bsd.port.mk: mark FreeBSD 12.3 as unsupported.
- Mk/Uses/cabal.mk: Remove the text-2 workaround for 12.3-RELEASE
- biology/wfa2-lib: remove obsolete patch
- databases/mongodb60: remove IGNORE for EOL FreeBSD 12.3
- devel/concurrencpp: remove workaround for EOL FreeBSD 12.3
- devel/electron22: remove IGNORE for EOL FreeBSD 12.3
- devel/malloy: this should build fine on 12.4-RELEASE
- devel/qcoro: remove BROKEN for EOL FreeBSD 12.3
- devel/root: remove workaround for EOL FreeBSD 12.3
- editors/imhex: remove IGNORE for EOL FreeBSD 12.3
- emulators/ppsspp: remove workaround for EOL FreeBSD 12.3
- emulators/rpcs3: remove workaround for EOL FreeBSD 12.3
- emulators/yuzu: remove workaround for EOL 12.3-RELEASE (Only the first 15 lines of the commit message are shown above ) |
11.3.1.s20230324 25 Mar 2023 10:44:14
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230324 |
11.3.1.s20230317 18 Mar 2023 09:42:10
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230317 |
11.3.1.s20230310 11 Mar 2023 10:24:49
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230310 |
11.3.1.s20230303 04 Mar 2023 02:58:05
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230303 |
11.3.1.s20230224 25 Feb 2023 18:24:56
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230224 |
11.3.1.s20230217 18 Feb 2023 10:44:39
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230217 |
11.3.1.s20230210 11 Feb 2023 01:39:14
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230210 |
11.3.1.s20230203 04 Feb 2023 11:36:37
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230203 |
11.3.1.s20230127 28 Jan 2023 09:10:20
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230127 |
11.3.1.s20230120_1 22 Jan 2023 09:09:57
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Mark PIE_UNSAFE if a BOOTSTRAP option is enabled
Building the port with WITH_PIE fails if STANDARD_BOOTSTRAP or
LTO_BOOTSTRAP option is enabled.
Mark PIE_UNSAFE when such an option is enabled until a better solution
is found.
PR: 268901
Reported by: netchild |
11.3.1.s20230120 22 Jan 2023 09:09:20
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230120 |
11.3.1.s20230113 14 Jan 2023 14:32:32
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230113 |
11.3.1.s20230106 07 Jan 2023 21:29:20
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20230106 |
11.3.1.s20221230 31 Dec 2022 17:40:08
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221230 |
11.3.1.s20221223 24 Dec 2022 14:02:07
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221223 |
11.3.1.s20221216 17 Dec 2022 18:26:45
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221216 |
11.3.1.s20221209 10 Dec 2022 15:41:07
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221209 |
11.3.1.s20221202 03 Dec 2022 15:17:49
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221202 |
11.3.1.s20221125 26 Nov 2022 15:03:04
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221125 |
11.3.1.s20221118_2 26 Nov 2022 15:02:45
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Re-execute program with ASLR disabled when necessary
Software compiled with -fsanitize=address needs ASLR to be disabled to
run successfully.
Add patches taken from the commits listed below that improve ASLR
detection and re-execute the program with ASLR disabled if necessary.
https://cgit.freebsd.org/src/commit/?id=7cafe89f9ce33effe6e471b185339d413da1ca46
https://cgit.freebsd.org/src/commit/?id=930a7c2ac67e1e8e511aa1d0a31a16c632060ebb
https://cgit.freebsd.org/src/commit/?id=96fe7c8ab0f65cf829619abd74ae6c126b21e15f
PR: 267751 |
11.3.1.s20221118_1 26 Nov 2022 15:01:55
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Fix Address sanitizer
Software compiled with -fsanitize=address fails to run with the error
message "ASan runtime does not come first in initial library list; you
should either link runtime to your application or manually preload it
with LD_PRELOAD".
This commit fixes the issue by ignoring the [vdso] loaded shared library
instead of linux-vdso.so.
PR: 267751
Reported by: yuri |
11.3.1.s20221118 19 Nov 2022 14:47:25
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221118 |
11.3.1.s20221111 12 Nov 2022 18:29:56
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221111 |
11.3.1.s20221104 05 Nov 2022 21:29:22
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221104 |
11.3.1.s20221028 30 Oct 2022 11:22:26
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221028
While here, also sort properly bin/gdc%%SUFFIX%% entry in pkg-plist. |
11.3.1.s20221021 22 Oct 2022 10:37:24
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221021 and enable D lang compiler
- Update to 11.3.1.s20221021.
- Enable D lang compiler (second attempt): this time the values in
libphobos/libdruntime/core/sys/freebsd/config.d have been updated to
include FreeBSD 14 (CURRENT), and while here the values corresponding
to FreeBSD 12 and 13 have also been updated to the latest supported
version [1].
PR: 266825 [1]
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org> |
11.3.1.s20221014 15 Oct 2022 11:19:05
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221014 and disable D lang compiler
- Update to 11.3.1.s20221014.
- Revert the patch enabling lang D compiler from commit
ed30110abbdf17ff5ea8d8104c24af542bf009f4 as it causes a pkg fallout on
CURRENT for i386 and amd64 architectures. [1]
PR: 266825 [1] |
11.3.1.s20221007 08 Oct 2022 10:10:39
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20221007 and enable D lang compiler
- Update to 11.3.1.s20221007.
- Enable D lang compiler [1].
PR: 266825 [1]
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org> |
11.3.1.s20220930 01 Oct 2022 13:49:51
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20220930 |
11.3.1.s20220923 24 Sep 2022 11:01:24
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20220923 |
11.3.1.s20220916 17 Sep 2022 10:06:14
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20220916 |
11.3.1.s20220909 13 Sep 2022 17:04:32
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: fix build on powerpc64 |
11.3.1.s20220909 11 Sep 2022 09:26:55
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20220909 |
11.3.1.s20220902 08 Sep 2022 15:46:38
    |
Stefan Eßer (se)  |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
11.3.1.s20220902 08 Sep 2022 15:43:21
    |
Stefan Eßer (se)  |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
11.3.1.s20220902 03 Sep 2022 10:42:16
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20220902 |
11.3.1.s20220826 27 Aug 2022 01:22:51
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20220826 |
11.3.1.s20220819_1 25 Aug 2022 21:35:37
    |
Jan Beich (jbeich)  |
lang/gcc11-devel: Expose non-default -stdlib=libc++ support
Fix -stdlib=libc++ option which produced "error: unrecognized
command-line option '-stdlib=libc++'".
PR: 265962
Approved by: salvadore (maintainer)
Exp-run by: antoine (via bug 265964) |
11.3.1.s20220819 20 Aug 2022 00:28:46
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20220819 |
11.3.1.s20220812 13 Aug 2022 20:43:16
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20220812 |
11.3.1.s20220805 06 Aug 2022 22:52:17
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20220805 |
11.3.1.s20220729 30 Jul 2022 00:29:07
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20220729 |
11.3.1.s20220722 23 Jul 2022 01:43:36
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc11-devel: Update to 11.3.1.s20220722, adopt |
11.3.1.s20220715 20 Jul 2022 14:22:15
    |
Tobias C. Berner (tcberner)  |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
11.3.1.s20220715 16 Jul 2022 00:10:03
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: update to snapshot 20220715 |
11.3.1.s20220708 11 Jul 2022 15:18:22
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: update to snapshot 20220708 |
11.3.1.s20220701 07 Jul 2022 22:56:01
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc>=11: Warn about LTO_BOOTSTRAP
Warn users about the amount of ram and time needed to build GCC with
LTO_BOOTSTRP enabled.
PR: 264949
Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> and others
Reviewed by: gerald
Differential Revision: https://reviews.freebsd.org/D35688 |
11.3.1.s20220701 02 Jul 2022 21:05:01
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: update to snapshot 20220701 |
11.3.1.s20220624 26 Jun 2022 23:01:12
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: update to snapshot 20220624 |
11.3.1.s20220617 21 Jun 2022 02:47:32
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: update to snapshot 20220617 |
11.3.1.s20220520 27 May 2022 13:51:49
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: update to snapshot 20220520 |
11.3.1.s20220506 10 May 2022 23:42:48
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: update to 20220506 snapshot |
11.3.1.s20220429 06 May 2022 18:01:41
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: update to the newest snapshot and disable LTO on armv6/7
PR: 261977 |
11.2.1.s20220409 22 Apr 2022 15:37:28
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: simplify powerpc64 handling |
11.2.1.s20220409 19 Apr 2022 12:09:14
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: build on powerpc64le using clang
Copy the patch used for other gcc ports. |
11.2.1.s20220409 16 Apr 2022 08:07:51
    |
Yasuhiro Kimura (yasu)  |
lang/gcc11-devel: Update to the 20220409 snapshot of GCC 11.2.1
PR: 263271
Approved by: gerald (toolchain@) |
11.2.1.s20211009_1 12 Mar 2022 20:46:50
    |
Piotr Kubaj (pkubaj)  |
lang/gcc11-devel: switch to LTO bootstrap
Following successful builds of lang/gcc12-devel on amd64, i386, aarch64, powerpc
and powerpc64 and lack of actiol from toolchain@, switch lang/gcc11-devel to
LTO as well.
PR: 261977 |
11.2.1.s20211009 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
11.2.1.s20211009 14 Oct 2021 21:37:13
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Relinquish maintainership
After working on (and largely maintaining) our GCC ports for more than
19 years, time has come to hand over the baton. Sadly despite multiple
requests nobody stepped up, so return this port to the pool.
Still happy to provide guidance and a helping hand, for example working
with upstream or on how to operate the (crucial) nightly testers. |
11.2.1.s20211009 14 Oct 2021 21:21:47
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20211009 snapshot of GCC 11.2.1
This brings 22 back ports for the C++ front end (including some
for coroutines) and three for the Fortran front end.
The 20211002 snapshot did not bring any changes over 20210925, so
we skipped it. |
11.2.1.s20210925 06 Oct 2021 05:35:28
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210925 snapshot of GCC 11.2.1
This brings three back ports to the tree and inter-procedural optimizers,
two for the powerpc back end, and four for Fortran. |
11.2.1.s20210918 22 Sep 2021 21:40:40
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210918 snapshot of GCC 11.2.1
This brings a back port to the lower middle end, one for aarch64,
five for powerpc, three for C++ and four for Fortran. |
11.2.1.s20210911 15 Sep 2021 22:32:13
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210911 snapshot of GCC 11.2.1
This brings a back port for documentation related to the C++ front end,
an additional one for C++, two for Fortran, three for the tree optimizers/
middle end, and one for the x86 back end. |
11.2.1.s20210904 11 Sep 2021 04:46:53
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210904 snapshot of GCC 11.2.1
This brings one back port for the x86 back end and five for powerpc
(nee rs6000), two for the tree optimizers, one for C++ and four for
Fortran.
It also adds the missing runtime license exception to value-unwind.h
for aarch64 and i386. |
11.2.1.s20210828 04 Sep 2021 12:40:04
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210828 snapshot of GCC 11.2.1
This brings seven back ports for the x86 back end and five for arm,
plus three middle end changes, one for tree optimizers, debugging
information, the gcov tool, and Fortran each, and a whopping 18 for
libstdc++. |
11.2.1.s20210821 28 Aug 2021 08:23:32
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210821 snapshot of GCC 11.2.1
This brings three back ports for the arm back end, four for the tree
optimizers/inter procedural optimizers, one for the C front end and
Fortran front end each and three (non-code) changes for libstdc++. |
11.2.1.s20210814 20 Aug 2021 07:46:13
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210814 snapshot of GCC 11.2.1
This brings four back ports for the C++ front end, one for Fortran,
seven for libstdc++, and a few others. |
11.2.1.s20210807 14 Aug 2021 02:26:39
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210807 snapshot of GCC 11.2.1
This brings eight back ports for aarch64 (among others to support
-mtune=neoverse-512tvb), one for powerpc (nee rs6000), the tree
optimizers, C, and the sanitizers each. |
11.2.1.s20210731 03 Aug 2021 04:58:52
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210731 snapshot of GCC 11.2.1
This is the first snapshot after the release of GCC 11.2.
It fixes one warning and brings four back ports for the middle end,
one for the RTL optimizers, three for the x86 and powerpc (nee rs6000)
back ends each, four for C++, one for C, and three for Fortran, GOMP
and libstdc++ each. |
11.1.1.s20210717 20 Jul 2021 05:00:40
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210717 snapshot of GCC 11.1.1
This brings four back ports for the x86 back end, one for powerpc,
15 for the tree optimizers/middle end, one for the Fortran front end,
ten for C++ and seven for libstdc++. |
11.1.1.s20210710 13 Jul 2021 11:40:20
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210710 snapshot of GCC 11.1.1
This brings seven back ports for the tree optimizers and middle end,
four for the powerpc back end, six for the C++ front end and one for
Fortran. |
11.1.1.s20210703 07 Jul 2021 19:25:09
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210703 snapshot of GCC 11.1.1
This brings brings a back port for the x86 back end, two for powerpc,
one for the C++ front end and a good number around diagnostics and
analyzers. |
11.1.1.s20210626 02 Jul 2021 06:36:31
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210626 snapshot of GCC 11.1.1
This brings four back ports for the tree optimizers, three for the
middle end, two for debug information, nine for the powerpc back end,
two for x86, and two for the Fortran and C++ front ends, each, plus
one for libstdc++. |
11.1.1.s20210619 25 Jun 2021 07:28:33
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210619 snapshot of GCC 11.1.1
This brings three back ports for the arm back end, two for x86, and
five for powerpc, plus 10 for the middle end, four for the tree
optimizers and another four for various parts, five for the C and
C++ front ends each, three for Fortran, and a full 13 for libstdc++.
Also register a conflict with the new lang/gcc11 port. |
11.1.1.s20210612 16 Jun 2021 05:21:05
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210612 snapshot of GCC 11.1.1
This brings two back ports for the powerpc (nee rs6000) back end,
one for x86, one for the C front end, seven for the C++ front end,
two for Fortran, and 19 for libstdc++. |
11.1.1.s20210605 10 Jun 2021 05:20:06
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210605 snapshot of GCC 11.1.1
This brings two back ports for the tree optimizers/middle end, two
for the RTL optimizers, one for the arm back end, two for x86, one
for Fortran, and five for the C++ front end plus four for libstdc++. |
11.1.1.s20210529 02 Jun 2021 22:29:18
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210529 snapshot of GCC 11.1.1
This brings three back ports for the arm back end, one for powerpc (nee
rs6000) and x86, each, four for tree-optimizers, middle-end and IPA, one
for the C++ front end and two for libstdc++, and finally six for Fortran. |
11.1.1.s20210522 28 May 2021 08:52:03
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210522 snapshot of GCC 11.1.1
This brings a back port for the arm back end, three for powerpc
(nee rs6000), three for the Fortran front end, 11 for C++ and three
for libstdc++. |
11.1.1.s20210515 22 May 2021 05:58:10
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210515 snapshot of GCC 11.1.1
This brings two back ports for the arm back end and one for aarch64,
one for the tree optimizers, three for the middle end and for the C
front end respectively, plus 19 for libstdc++ (though mostly testsuite
changes). |
11.1.1.s20210508 15 May 2021 23:48:50
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210508 snapshot of GCC 11.1.1
This brings four back ports for the tree optimizers, three for the
RTL optimizers, one for the x86 back end, two for the Fortran front
end, one for the C and C++ front ends each, and ten for libstdc++. |
11.1.1.s20210501 07 May 2021 08:46:31
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210501 snapshot of GCC 11.1.1
This is the first snapshot after the GCC 11.1 release.
It brings two back ports for the RTL optimizers, one each for the
tree optimizers and debug information, two for the arm back end,
five for aarch64, two for x86 and one for powerpc, plus two for
the Fortran front end, four for C++ and five for libstdc++. |
11.0.1.s20210426 02 May 2021 06:14:34
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210426 snapshot of GCC 11.0.1
This is the first snapshot from the new GCC 11 branch.
The 20210425 snapshot was a "mis-fire" and did not come from the new
branch, but from trunk, which is now tracking GCC 12. |
11.0.1.s20210418 25 Apr 2021 07:18:31
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210418 snapshot of GCC 11.0.1 |
11.0.1.s20210411 23 Apr 2021 06:03:39
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210411 snapshot of GCC 11.0.1 |
11.0.1.s20210404 16 Apr 2021 20:54:42
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210404 snapshot of GCC 11.0.1 |
11.0.1.s20210328 11 Apr 2021 08:32:11
    |
Gerald Pfeifer (gerald)  |
lang/gcc11-devel: Update to the 20210328 snapshot of GCC 11.0.1 |
11.0.1.s20210321 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
11.0.1.s20210321 27 Mar 2021 08:57:46
  |
gerald  |
Update to the 20210321 snapshot of GCC 11.0.1. |