Fixed void* vs int* overload issue (PR C++/10343).
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index a6e5762a1fa424594b2becc9612fb60e8f6d832b..87defcd0a8e969399edb33b990a63d4174c37eda 100644 (file)
@@ -1399,6 +1399,9 @@ extern int is_unique_ancestor (struct type *, struct value *);
 #define INTEGER_PROMOTION_BADNESS      1
 /* Badness of floating promotion */
 #define FLOAT_PROMOTION_BADNESS        1
+/* Badness of converting a derived class pointer
+   to a base class pointer.  */
+#define BASE_PTR_CONVERSION_BADNESS    1
 /* Badness of integral conversion */
 #define INTEGER_CONVERSION_BADNESS     2
 /* Badness of floating conversion */
This page took 0.024064 seconds and 4 git commands to generate.