mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 08:44:32 +08:00
pr46534.c: Skip if pdp11.
* gcc.c-torture/compile/pr46534.c: Skip if pdp11. * gcc.c-torture/compile/920520-1.c: Ditto. * gcc.c-torture/compile/pr35318.c: Ditto. From-SVN: r168383
This commit is contained in:
parent
b25e6b793c
commit
894a95ef78
@ -1,3 +1,9 @@
|
||||
2010-12-31 Paul Koning <ni1d@arrl.net>
|
||||
|
||||
* gcc.c-torture/compile/pr46534.c: Skip if pdp11.
|
||||
* gcc.c-torture/compile/920520-1.c: Ditto.
|
||||
* gcc.c-torture/compile/pr35318.c: Ditto.
|
||||
|
||||
2010-12-31 Paul Koning <ni1d@arrl.net>
|
||||
|
||||
* gcc.c-torture/execute/ieee/ieee.exp: Skip if pdp11.
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-xfail-if "" { m6811-*-* m6812-*-* } { "*" } { "" } } */
|
||||
/* { dg-skip-if "" { pdp11-*-* } { "*" } { "" } } */
|
||||
|
||||
f(){asm("%0"::"r"(1.5F));}g(){asm("%0"::"r"(1.5));}
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* { dg-skip-if "" { pdp11-*-* } { "*" } { "" } } */
|
||||
/* PR target/35318 */
|
||||
|
||||
void
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* { dg-skip-if "too big" { pdp11-*-* } { "*" } { "" } } */
|
||||
/* PR middle-end/46534 */
|
||||
|
||||
extern int printf (const char *, ...);
|
||||
|
Loading…
Reference in New Issue
Block a user