Commit ddaa5da9 by Uros Bizjak

cygming.h (PCC_BITFIELD_TYPE_MATTERS): Remove.

	* config/i386/cygming.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
	(GROUP_BITFIELDS_BY_ALIGN): Ditto.

From-SVN: r266830
parent a1ff7f14
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>
......@@ -96,8 +100,7 @@
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>
......@@ -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"
......
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