2019-05-20 Paolo Carlini <paolo.carlini@oracle.com>
* cp-tree.h: Remove remnants of CONV_NONCONVERTING.
From-SVN: r271428
+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)
#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 \