cygming.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 5 Dec 2018 20:40:56 +0000 (21:40 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 5 Dec 2018 20:40:56 +0000 (21:40 +0100)
* config/i386/cygming.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
(GROUP_BITFIELDS_BY_ALIGN): Ditto.

From-SVN: r266830

gcc/ChangeLog
gcc/config/i386/cygming.h

index 27b53d3e1a3189ab8a97156e9d83314a9a4dec7c..5b61a4a236bce132f580d2372b86ef65dd0f6bcc 100644 (file)
@@ -1,3 +1,8 @@
+2018-12-05  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/cygming.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
+       (GROUP_BITFIELDS_BY_ALIGN): Ditto.
+
 2018-12-05  Richard Sandiford  <richard.sandiford@arm.com>
 
        PR tree-optimization/88064
@@ -56,8 +61,7 @@
 2018-12-04  David Malcolm  <dmalcolm@redhat.com>
 
        PR c/82967
-       * spellcheck.c (selftest::test_suggestions): Add another
-       assertion.
+       * spellcheck.c (selftest::test_suggestions): Add another assertion.
 
 2018-12-04  Martin Sebor  <msebor@redhat.com>
 
        PR ipa/88297
        * ipa-cp.c (create_specialized_node): Track clone counters by
        node assembler names.
-       (ipcp_driver): Change type of clone_num_suffixes key to const
-       char*.
+       (ipcp_driver): Change type of clone_num_suffixes key to const char*.
 
 2018-12-04  Richard Biener  <rguenther@suse.de>
 
index 0a3c9a0dd40167ffbdba30c43716470cc989b5a7..c322d196079e926d03ae1eb5b62f10b811d81ba3 100644 (file)
@@ -420,11 +420,6 @@ do {                                               \
 #define BIGGEST_FIELD_ALIGNMENT 64
 #endif
 
-/* A bit-field declared as `int' forces `int' alignment for the struct.  */
-#undef PCC_BITFIELD_TYPE_MATTERS
-#define PCC_BITFIELD_TYPE_MATTERS 1
-#define GROUP_BITFIELDS_BY_ALIGN TYPE_NATIVE(rec)
-
 /* Enable alias attribute support.  */
 #ifndef SET_ASM_OP
 #define SET_ASM_OP "\t.set\t"