Implement Ada operator overloading
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ed4da7aae9314d92c7392ac3bfed432c66ae9a65..a5580fde4d6e63d5067a7fd799b4a05ec639ac15 100644 (file)
@@ -1,3 +1,19 @@
+2021-03-15  Tom Tromey  <tromey@adacore.com>
+
+       * ada-lang.c (numeric_type_p, integer_type_p): Return true for
+       fixed-point.
+       * ada-exp.y (maybe_overload): New function.
+       (ada_wrap_overload): New function.
+       (ada_un_wrap2, ada_wrap2, ada_wrap_op): Use maybe_overload.
+       (exp1, simple_exp, relation, and_exp, and_then_exp, or_exp)
+       (or_else_exp, xor_exp, primary): Update.
+
+2021-03-15  Tom Tromey  <tromey@adacore.com>
+
+       PR ada/27545:
+       * ada-lang.c (ada_var_value_operation::evaluate): Use recursive
+       call for tagged type.
+
 2021-03-15  Tom Tromey  <tromey@adacore.com>
 
        * ada-exp.y (exp1): Handle resolution of the right hand side of an
This page took 0.024064 seconds and 4 git commands to generate.