re PR testsuite/18338 (mmix-knuth-mmixware testsuite failure: gcc.dg/bitfld-4.c and g++.dg/abi/bitfield4.C)
PR target/18338 * gcc.dg/bitfld-4.c, g++.dg/abi/bitfield4.C: Gate on pcc_bitfield_type_matters || default_packed. From-SVN: r106377
This commit is contained in:
parent
51b4e4093a
commit
ced61f82af
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
2005-11-02 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
PR target/18338
|
||||
* gcc.dg/bitfld-4.c, g++.dg/abi/bitfield4.C: Gate on
|
||||
pcc_bitfield_type_matters || default_packed.
|
||||
|
||||
* lib/target-supports.exp
|
||||
(check_effective_target_pcc_bitfield_type_matters): New proc.
|
||||
* gcc.dg/bitfld-3.c: Gate on target pcc_bitfield_type_matters.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-do run { target { pcc_bitfield_type_matters || default_packed } } } */
|
||||
|
||||
/* Check bitfields and non-bitfields are aligned & sized similarly.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-do run { target { pcc_bitfield_type_matters || default_packed } } } */
|
||||
/* { dg-options "" } */
|
||||
|
||||
/* Check bitfields and non-bitfields are aligned & sized similarly.
|
||||
|
|
Loading…
Add table
Reference in a new issue