OSDN Git Service

* back-end.adb (Call_Back_End): Pass Standard_Character to gigi.
[pf3gnuchains/gcc-fork.git] / gcc / ada / ChangeLog
index b68d535..2a0af0b 100644 (file)
@@ -1,24 +1,5 @@
 2010-04-17  Eric Botcazou  <ebotcazou@adacore.com>
 
-       * uintp.h (UI_Lt): Declare.
-       * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Do the size
-       computation in sizetype.
-       <E_Array_Subtype>: Use unified handling for all index types.  Do not
-       generate MAX_EXPR-based expressions, only COND_EXPR-based ones.  Add
-       bypass for PATs.
-       (annotate_value): Change test for negative values.
-       (validate_size): Apply test for negative values on GNAT nodes.
-       (set_rm_size): Likewise.
-       * gcc-interface/misc.c (gnat_init): Set unsigned types for sizetypes.
-       * gcc-interface/utils.c (rest_of_record_type_compilation): Change test
-       for negative values.
-       (max_size) <MINUS_EXPR>: Do not reassociate a COND_EXPR on the LHS.
-       (builtin_type_for_size): Adjust definition of signed_size_type_node.
-       * gcc-interface/utils2.c (compare_arrays): Optimize comparison of
-       lengths against zero.
-
-2010-04-17  Eric Botcazou  <ebotcazou@adacore.com>
-
        * back-end.adb (Call_Back_End): Pass Standard_Character to gigi.
        * gcc-interface/gigi.h (gigi): Add standard_character parameter.
        (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE, LONG_TYPE_SIZE,