]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cp-tree.h: Remove remnants of CONV_NONCONVERTING.
authorPaolo Carlini <paolo.carlini@oracle.com>
Mon, 20 May 2019 18:00:46 +0000 (18:00 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 20 May 2019 18:00:46 +0000 (18:00 +0000)
2019-05-20  Paolo Carlini  <paolo.carlini@oracle.com>

* cp-tree.h: Remove remnants of CONV_NONCONVERTING.

From-SVN: r271428

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 75236fb29687019f98d50c3f754aad8e0602fe20..0c284d4591f9209d34e9e3c924dd06b56a98b613 100644 (file)
@@ -1,3 +1,7 @@
+2019-05-20  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * cp-tree.h: Remove remnants of CONV_NONCONVERTING.
+
 2019-05-20  Nathan Sidwell  <nathan@acm.org>
 
        * name-lookup.c (finish_namespace_using_directive)
index 0e45ac6081b0978a9e835580eeee440eafb9a007..45a6a7010f60163c40af468fcf5d348fba145c13 100644 (file)
@@ -5503,9 +5503,8 @@ enum overload_flags { NO_SPECIAL = 0, DTOR_FLAG, TYPENAME_FLAG };
 #define CONV_CONST       4
 #define CONV_REINTERPRET 8
 #define CONV_PRIVATE    16
-/* #define CONV_NONCONVERTING 32 */
-#define CONV_FORCE_TEMP  64
-#define CONV_FOLD       128
+#define CONV_FORCE_TEMP  32
+#define CONV_FOLD       64
 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \
                          | CONV_REINTERPRET)
 #define CONV_C_CAST      (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \