mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-12 00:47:19 +08:00
re PR target/18490 (mmix-knuth-mmixware testsuite failure: g++.old-deja/g++.law/bit-fields2.C)
PR target/18490 * g++.old-deja/g++.law/bit-fields2.C: Reinstate skip for mmix-knuth-mmixware. * g++.old-deja/g++.other/local-alloc1.C: Reinstate skip for cris-*-elf* cris-*-aout* mmix-*-* From-SVN: r91489
This commit is contained in:
parent
6be85b25c2
commit
e59165e65a
@ -1,3 +1,12 @@
|
||||
2004-11-29 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
PR target/18490
|
||||
* g++.old-deja/g++.law/bit-fields2.C: Reinstate skip for
|
||||
mmix-knuth-mmixware.
|
||||
|
||||
* g++.old-deja/g++.other/local-alloc1.C: Reinstate skip for
|
||||
cris-*-elf* cris-*-aout* mmix-*-*
|
||||
|
||||
2004-11-29 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
PR middle-end/18725
|
||||
|
@ -16,7 +16,7 @@
|
||||
// defined to no larger than the size of an unsigned int, or where
|
||||
// PCC_BITFIELD_TYPE_MATTERS is defined. Add skips below for targets that
|
||||
// do not have that property.
|
||||
// Skip if target: mmix-knuth-mmixware
|
||||
// { dg-skip-if "" { mmix-knuth-mmixware } { "*" } { "" } }
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
// { dg-do assemble }
|
||||
// { dg-options "-O0 -fpic" }
|
||||
// Origin: Jakub Jelinek <jakub@redhat.com>
|
||||
// Skip if target: cris-*-elf* cris-*-aout* mmix-*-*
|
||||
// { dg-skip-if "No -fpic" { cris-*-elf* cris-*-aout* mmix-*-* } { "*" } { "" } }
|
||||
|
||||
struct bar {
|
||||
bar() {}
|
||||
|
Loading…
Reference in New Issue
Block a user