From: Rainer Jung Date: Mon, 5 Aug 2019 14:24:11 +0000 (+0000) Subject: Note some progress, not yet rady vor vote. X-Git-Tag: 2.4.41~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6cb5abc68195bde40aa6e03c2213a0152423e6;p=thirdparty%2Fapache%2Fhttpd.git Note some progress, not yet rady vor vote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1864436 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 47c69bcb0bf..810ace17c33 100644 --- a/STATUS +++ b/STATUS @@ -274,6 +274,19 @@ PATCHES/ISSUES THAT ARE BEING WORKED for internal users of this api; not sure if performance impact is significant from using malloc here. + *) modules/filters: PR 63633: Fix broken compilation when using old GCC (<4.2.x). + The GCC flag "-Wno-error=comment" introduced by r1855446 + and r1850745 (backported in r1856931) are only known since GCC 4.2. + Since it gets set unconditionally, this breaks compilation with old GCC + even when not using maintainer mode. + Make the fix for maintainer mode more specific by using + a version dependent pragma in the relevant two C files + only switching off error status for comment warnings. + Still need some work due to feedback in the PR. + trunk patch: http://svn.apache.org/r1864435 + 2.4.x patch: svn merge -c 1864435 ^/httpd/httpd/trunk . + +1: + PATCHES/ISSUES THAT ARE STALLED