]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note some progress, not yet rady vor vote.
authorRainer Jung <rjung@apache.org>
Mon, 5 Aug 2019 14:24:11 +0000 (14:24 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 5 Aug 2019 14:24:11 +0000 (14:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1864436 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 47c69bcb0bfe8037dec5653f4d96f8fc9e877ca2..810ace17c33ce498e5e7afdacdfdf702df418624 100644 (file)
--- 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