diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-05-19 00:17:43 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-05-19 00:17:43 +0000 |
commit | b27760769ca03ff523caf0ec0b17296d3a2d8dba (patch) | |
tree | 1c12c4a4cca92fa9893da9f91b3f60fab50c0179 /gcc/m2/ChangeLog | |
parent | ca2007a9bb3074146780fc1e1382c7f73eb6d71b (diff) | |
download | gcc-b27760769ca03ff523caf0ec0b17296d3a2d8dba.zip gcc-b27760769ca03ff523caf0ec0b17296d3a2d8dba.tar.gz gcc-b27760769ca03ff523caf0ec0b17296d3a2d8dba.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/m2/ChangeLog')
-rw-r--r-- | gcc/m2/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index df47879..6e0f38e 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,21 @@ +2023-05-18 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> + + * gm2-gcc/m2builtins.cc (doradix): Use _P defines from tree.h. + (doplaces): Ditto. + (doexponentmin): Ditto. + (doexponentmax): Ditto. + (dolarge): Ditto. + (dosmall): Ditto. + (dogUnderflow): Ditto. + * gm2-gcc/m2convert.cc (unsafe_conversion_p): Ditto. + * gm2-gcc/m2expr.cc (m2expr_build_unary_op_check): Ditto. + (m2expr_build_binary_op_check): Ditto. + * gm2-gcc/m2tree.cc (m2tree_is_var): Ditto. + * gm2-gcc/m2treelib.cc (build_modify_expr): Ditto. + * gm2-gcc/m2type.cc (gm2_finish_decl): Ditto. + * m2pp.cc (hextree): Ditto. + (m2pp_call_expr): Ditto. + 2023-05-17 Gaius Mulley <gaiusmod2@gmail.com> * gm2-libs-iso/LongWholeIO.mod (WriteInt): Only request a |