You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/05/07 23:25:50 UTC

svn commit: r1480090 - /subversion/branches/1.8.x/STATUS

Author: brane
Date: Tue May  7 21:25:49 2013
New Revision: 1480090

URL: http://svn.apache.org/r1480090
Log:
* branches/1.8.x/STATUS: Propose r1480077 and r1480080 for 1.8.1.
  Change my vote on (r1469519, r1469520).

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1480090&r1=1480089&r2=1480090&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Tue May  7 21:25:49 2013
@@ -22,9 +22,7 @@ Candidate changes:
      Clean builds make it more likely to notice real compiler warnings.
    Votes:
      +1: blair
-     -0: philip (see dev thread: it's a false alarm, wrong value)
-     -0.5: brane (silencing warnings is not a valid reason for a backport,
-                  even for branch stabilization.)
+     -0: philip, brane (see dev thread: it's a false alarm, wrong value)
 
  * r1470246
    Improve the interactive resolution of property conflicts.  Instead of
@@ -75,13 +73,32 @@ Candidate changes:
    Votes:
      +1 (for 1.8.1): danielsh
 
- * 1479896
+ * r1479896
    Sort directory entries in output of 'svnlook tree'.
    Justification:
      Unstable APR hash order causes unstable output.
    Votes:
      +1: stsp (for 1.8.1)
 
+ * r1480077
+   Check separately for -flto and -Wno-clobbered with --enable-optimize.
+   Justification:
+     The -flto flag was not used by older compilers that do not
+     suport -Wno-clobbered, even when they do support -flto.
+   Votes:
+     +1: brane (for 1.8.1)
+
+ * r1480080
+   Instruct clang to not warn about unknown warning flags.
+   Justification:
+     Newer versions of clang accept warning flags that they do not
+     support, but emit warnings about them instead -- making the
+     compile output a mess with a warning emitted for every
+     single C and C++ file in an optimized build (because
+     of the -Wno-clobbered, see above).
+   Votes:
+     +1: brane (for 1.8.1)
+
 Veto-blocked changes:
 =====================