non port: lang/gcc5/distinfo |
Number of commits found: 38 |
Wednesday, 11 Oct 2017
|
14:35 gerald
Update to the GCC 5.5 release. This brings more than 250 final bug
fixes compared to GCC 5.4 and is the last release planned on the GCC 5
branch which is now closed.
files/patch-aarch64-support, files/patch-disable-armvhf-config.gcc,
files/patch-libgcc-config-arm-unwind-arm, and files/patch-x86-64-fix-m16
all have been merged upstream in between GCC 5.4 and 5.5 and can thus
be removed; the same is the case for most of files/patch-libc++.
Finally, the tarball is now compressed using xz instead of bzip2.
PR: 216266
 |
Monday, 6 Jun 2016
|
14:01 gerald
Update to the GCC 5.4 release.
files/patch-build-without-bootstrap and files/patch-gcc-freebsd-powerpc64
(ELFv2 support for FreeBSD PowerPC64) are now upstream, so drop them.
Due to timeing of the release freeze files/patch-armv6-hf-support has not
been integrated in this upstream release yet.
 |
Saturday, 5 Dec 2015
|
18:25 gerald
Update to the GCC 5.3 release.
Reestablish the GRAPHITE option. Still off by default, as originally.
Pet overeager portlint (when it comes to patch format).
 |
Friday, 24 Jul 2015
|
23:43 gerald
Update from GCC 5.1 (the first release of GCC 5) to GCC 5.2.
This mostly brings bug fixes across teh board plus, thanks to
andreast@, support for position independent code directly upstream,
so we can remove files/patch-pie-support.
 |
Monday, 27 Apr 2015
|
23:42 gerald
Update to the 5.1 release, the first release of the GCC 5 series.
The default mode for C is now -std=gnu11 instead of -std=gnu89.
New warning options -Wc90-c99-compat and -Wc99-c11-compat may
prove useful on that front.
The C++ front end now has full C++14 language support including
C++14 variable templates, C++14 aggregates with non-static data
member initializers, C++14 extended constexpr, and more.
The Standard C++ Library (libstdc++) has full C++11 support and
experimental full C++14 support. It uses a new ABI by default.
There have been significant improvements to inter-procedural optimizations
and link-time optimization such as One Definition Rule based merging of C++
types as well as register allocation.
OpenMP 4.0 specification offloading features are now supported by the C,
C++, and Fortran compilers. Cilk Plus, an extension to the C and C++
languages to support data and task parallelism, has been added as well.
New warning options -Wswitch-bool, -Wlogical-not-parentheses,
-Wbool-compare and -Wsizeof-array-argument may prove useful as
may new preprocessor directives __has_include, __has_include_next,
and __has_attribute.
GCC can now be built as a shared library for embedding in other processes
(such as interpreters), suitable for Just-In-Time compilation to machine
code. This provides a C API and a C++ wrapper API.
Many code generation improvements for AArch64, ARM, support for
AVX-512{BW,DQ,VL,IFMA,VBMI} and Intel MPX on x86-64, and generally
improvements on many targets.
The Local Register Allocator (LRA) now contains a rematerialization
subpass and is able to reuse the PIC hard register on x86/x86-64 to
improve performance of position independent code.
https://gcc.gnu.org/gcc-5/changes.html has a more extensive set of
changes and https://gcc.gnu.org/gcc-5/porting_to.html has a solid
overview of issue you may encountering porting to this new version.
 |
Wednesday, 22 Apr 2015
|
20:11 gerald
Update to the 20150421 snapshot of GCC 5.0.1 -- nearly the 5.1 release.
 |
Sunday, 19 Apr 2015
|
01:03 gerald
Update to the 20150414 snapshot of GCC 5.0.1 and adjust to this
particularity of the new GCC versioning scheme where the third
component of the version number is bumped when the release branches.
Use three component version numbers again.
 |
Monday, 6 Apr 2015
|
14:21 gerald
Update to the 20150405 snapshot of GCC 5.0.
 |
Friday, 3 Apr 2015
|
13:20 gerald
Update to the 20150329 snapshot of GCC 5.0.
 |
Monday, 23 Mar 2015
|
13:41 gerald
Update to the 20150322 snapshot of GCC 5.0.
 |
Monday, 16 Mar 2015
|
01:03 gerald
Update to the 20150315 snapshot of GCC 5.0.
 |
Tuesday, 10 Mar 2015
|
17:00 gerald
Update to the 20150308 snapshot of GCC 5.0.
 |
Saturday, 7 Mar 2015
|
20:29 gerald
Update to the 20150301 snapshot of GCC 5.0.
 |
Tuesday, 24 Feb 2015
|
18:22 gerald
Update to the 20150222 snapshot of GCC 5.0.
 |
Monday, 16 Feb 2015
|
02:17 gerald
Update to the 20150215 snapshot of GCC 5.0.
 |
Tuesday, 10 Feb 2015
|
18:03 gerald
Update to the 20150208 snapshot of GCC 5.0.
 |
Monday, 2 Feb 2015
|
00:46 gerald
Update to the 20150201 snapshot of GCC 5.0.
This now successfully builds libffi again, so we can enable JAVA by
default on i386 and amd64.
PR: 197171
 |
Monday, 26 Jan 2015
|
12:53 gerald
Update to the 20150125 snapshot of GCC 5.0. Sadly libffi is still
broken thus Java remains disabled on i386.
 |
Sunday, 25 Jan 2015
|
23:42 gerald
Update to the 20150118 snapshot of GCC 5.0.
libgcj-5.0.pc is now properly called libgcj-5.pc; adjust pkg-plist.
libffi is broken on FreeBSD i386 since 2015-01-11, cf.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64779, so disable it
for the time being.
 |
Monday, 12 Jan 2015
|
03:20 gerald
Update to the 20150111 snapshot of GCC 5.0.
Welcome FreeBSD/ARM support to upstream GCC! [1]
Thanks to: andreast [1]
 |
Friday, 9 Jan 2015
|
06:46 gerald
Update to the 20150104 snapshot of GCC 5.0.
 |
Friday, 2 Jan 2015
|
14:17 gerald
Update to the 20141228 snapshot of GCC 5.0.
 |
Friday, 26 Dec 2014
|
08:24 gerald
Update to the 20141221 snapshot of GCC 5.0.
 |
Saturday, 20 Dec 2014
|
23:28 gerald
Update to the 20141214 snapsho of GCC 5.0.
 |
Monday, 1 Dec 2014
|
02:06 gerald
Update to the 20141130 snapshot of GCC 5.0.
 |
Monday, 24 Nov 2014
|
15:05 gerald
Update to the 20141123 snapshot of GCC 5.0. Keep in mind that this
now defaults to the C11 standard, not C89 any more.
 |
Saturday, 22 Nov 2014
|
05:48 gerald
Update to the 20141116 snapshot of GCC 5.0.
This no longer breaks on FreeBSD 10.0 and later using clang.
 |
Sunday, 16 Nov 2014
|
12:39 gerald
Update to the 20141109 snapshot of GCC 5.0.
Mark IGNORE on FreeBSD 10.0 and later; an upstream fix should make
it into the next snapshot.
 |
Monday, 3 Nov 2014
|
06:19 gerald
Update to the 20141102 snapshot of GCC 5.0.
 |
Monday, 27 Oct 2014
|
13:54 gerald
Update to the 20141026 snapshot of GCC 5.0.
Remove last instance of @dirrm in pkg-plist.
 |
Monday, 20 Oct 2014
|
16:15 gerald
Update to the 20141019 snapshot of GCC 5.0.
Remove all traces of @dirrm from pkg-plist that are dynamically generated
via the Makefile.
 |
Tuesday, 7 Oct 2014
|
13:55 gerald
Update to the 20141005 snapshot of GCC 5.0.
 |
Sunday, 28 Sep 2014
|
10:49 gerald
Update to the 20140921 snapshot of GCC 5.0.
Remove four instances of @dirrm from pkg-plist.
 |
Thursday, 18 Sep 2014
|
14:07 gerald
Update to the 20140914 snapshot of GCC 5.0.
On the packaging side this adds another Python script coming from
the libstdc++ side of things.
 |
Wednesday, 10 Sep 2014
|
16:14 gerald
Update to the 20140907 snapshot of GCC 5.
 |
Tuesday, 2 Sep 2014
|
11:04 gerald
Update to the 20140831 snapshot of GCC 5.
 |
Monday, 25 Aug 2014
|
10:09 gerald
Update to the 20140824 snapshot of GCC 5.
 |
Saturday, 23 Aug 2014
|
12:31 gerald
Update to the 20140817 snapshot of GCC 5, which is how GCC 4.10 is now
going to be called.
 |
Number of commits found: 38 |