Commit 9760fbe0 by Eric Botcazou

Minor tweaks

From-SVN: r240988
parent fbf4c502
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* exp_dbug.adb (Debug_Renaming_Declaration): Process underlying types. * exp_dbug.adb (Debug_Renaming_Declaration): Process underlying types.
Emit GNAT encodings for object renamings involving record components Emit GNAT encodings for object renamings involving record components
whose normalized bit offset is not null. whose normalized bit offset is not null.
* uintp.h (UI_No_Uint): Declare. * uintp.h (UI_No_Uint): Declare.
* gcc-interface/gigi.h (can_materialize_object_renaming_p): New. * gcc-interface/gigi.h (can_materialize_object_renaming_p): Likewise.
* gcc-interface/utils.c (can_materialize_object_renaming_p): New * gcc-interface/utils.c (can_materialize_object_renaming_p): New
function. function.
* gcc-interface/trans.c (gnat_to_gnu) <N_Object_Renaming_Declaration>: * gcc-interface/trans.c (gnat_to_gnu) <N_Object_Renaming_Declaration>:
...@@ -13,12 +13,12 @@ ...@@ -13,12 +13,12 @@
2016-10-11 Pierre-Marie de Rodat <derodat@adacore.com> 2016-10-11 Pierre-Marie de Rodat <derodat@adacore.com>
* gcc-interface/utils2.c (build_binary_op): Add a NO_FOLD * gcc-interface/utils2.c (build_binary_op): Add a NO_FOLD argument.
argument. Disable folding when true. Disable folding when it is true.
* gcc-interface/gigi.h (choices_to_gnu): Remove declaration. * gcc-interface/gigi.h (choices_to_gnu): Remove declaration.
(build_binary_op): Update signature and comment. (build_binary_op): Update signature and comment.
* gcc-interface/decl.c (choices_to_gnu): Make static. Disable * gcc-interface/decl.c (choices_to_gnu): Make static. Disable
folding for all calls to build_binary_op. folding in calls to build_binary_op.
2016-10-11 Tristan Gingold <gingold@adacore.com> 2016-10-11 Tristan Gingold <gingold@adacore.com>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment