aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/include
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/include')
-rw-r--r--gcc-4.9/include/ChangeLog4
-rw-r--r--gcc-4.9/include/demangle.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc-4.9/include/ChangeLog b/gcc-4.9/include/ChangeLog
index 5023227..2b84d62 100644
--- a/gcc-4.9/include/ChangeLog
+++ b/gcc-4.9/include/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-30 Release Manager
+
+ * GCC 4.9.2 released.
+
2014-07-16 Release Manager
* GCC 4.9.1 released.
diff --git a/gcc-4.9/include/demangle.h b/gcc-4.9/include/demangle.h
index bbad71b..7dc2648 100644
--- a/gcc-4.9/include/demangle.h
+++ b/gcc-4.9/include/demangle.h
@@ -373,6 +373,10 @@ enum demangle_component_type
/* A typecast, represented as a unary operator. The one subtree is
the type to which the argument should be cast. */
DEMANGLE_COMPONENT_CAST,
+ /* A conversion operator, represented as a unary operator. The one
+ subtree is the type to which the argument should be converted
+ to. */
+ DEMANGLE_COMPONENT_CONVERSION,
/* A nullary expression. The left subtree is the operator. */
DEMANGLE_COMPONENT_NULLARY,
/* A unary expression. The left subtree is the operator, and the