[ was: r241221 [1/2] - in /branches/gomp-4_0-branch: .... ]

On 16/10/16 22:13, tschwi...@gcc.gnu.org wrote:
Author: tschwinge
Date: Sun Oct 16 20:13:18 2016
New Revision: 241221

URL: https://gcc.gnu.org/viewcvs?rev=241221&root=gcc&view=rev
Log:
svn merge -r 235033:240831 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch

Modified:
    branches/gomp-4_0-branch/gcc/DEV-PHASE

Hi Thomas,

In this merge, the DEV-PHASE file was cleared:
...
$ svn diff -c 241221 DEV-PHASE
Index: DEV-PHASE
===================================================================
--- DEV-PHASE (revision 241220)
+++ DEV-PHASE (revision 241221)
@@ -1 +0,0 @@
-experimental
...

Consequently, when bootstrapping the branch, -Werror is not enabled by default (as we can see here in configure):
...
else
if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
  enable_werror=yes
else
  enable_werror=no
fi
...

Was this change unintentionally merged from the 6 branch?

Thanks,
- Tom

Reply via email to