head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.1.0.2 pkgsrc-2011Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2011.07.11.23.26.32; author wiz; state dead; branches; next 1.2; 1.2 date 2011.05.14.18.00.24; author wiz; state Exp; branches; next 1.1; 1.1 date 2011.03.03.18.02.53; author hans; state Exp; branches; next ; desc @@ 1.3 log @Update to 4.4.6, from Kai-Uwe Eckhardt. This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 4.4.6 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here): http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.4.6 @ text @$NetBSD: patch-ah,v 1.2 2011/05/14 18:00:24 wiz Exp $ --- libgfortran/intrinsics/c99_functions.c.orig 2009-04-10 01:23:07.000000000 +0200 +++ libgfortran/intrinsics/c99_functions.c @@@@ -538,7 +538,7 @@@@ if (x > DBL_MAX || x < -DBL_MAX) { #ifdef HAVE_NEXTAFTERL - static long double prechalf = nexafterl (0.5L, LDBL_MAX); + long double prechalf = nextafterl (0.5L, LDBL_MAX); #else static long double prechalf = 0.5L; #endif @ 1.2 log @Replace patch-ae with a better patches/patch-gcc_ginclude_stddef.h, provided by Kai-Uwe Eckhardt for fixing PR 43131 (Linux build). While here, add RCS Ids to a few patches, and regen one. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Add patches to fix build on NetBSD 5.99.41 and newer (pkg/44598). Patches came from Kai-Uwe Eckhardt. @ text @d1 2 @