Committed as r274023 with approval in 
https://gcc.gnu.org/ml/gcc-patches/2019-08/msg00146.html

$ svn diff -rPREV:BASE -x -p
Index: ChangeLog
===================================================================
--- ChangeLog   (Revision 274022)
+++ ChangeLog   (Arbeitskopie)
@@ -1,3 +1,7 @@
+2019-08-02  Bernd Edlinger  <bernd.edlin...@hotmail.de>
+
+       * function.c (assign_param_data_one): Remove unused data members.
+
 2019-08-02  Steve Ellcey  <sell...@marvell.com>
 
        * omp-simd-clone.c (simd_clone_adjust_return_type): Remove call to
Index: function.c
===================================================================
--- function.c  (Revision 274022)
+++ function.c  (Arbeitskopie)
@@ -2274,8 +2274,6 @@ struct assign_parm_data_one
   int partial;
   BOOL_BITFIELD named_arg : 1;
   BOOL_BITFIELD passed_pointer : 1;
-  BOOL_BITFIELD on_stack : 1;
-  BOOL_BITFIELD loaded_in_reg : 1;
 };
 
 /* A subroutine of assign_parms.  Initialize ALL.  */

Reply via email to