Commit 7da29ed0 by Georg-Johann Lay Committed by Georg-Johann Lay

pr42629.c: Add dg-require-effective-target int32plus

	* gcc.dg/pr42629.c: Add dg-require-effective-target int32plus
	* gcc.c-torture/execute/cmpsi-2.c: Ditto
	* gcc.c-torture/execute/pr45262.c: Ditto
	* gcc.dg/torture/pr43165.c: Ditto.
	* gcc.dg/torture/pr47228.c: Ditto.
	* gcc.dg/tree-ssa/pr45144.c: Ditto.
	* gcc.dg/ipa/pr45644.c: Ditto.
	* gcc.c-torture/compile/pr43191.c: Ditto. Remove dg-skip-if for
	PDP11.

From-SVN: r172757
parent 68a29e1c
2011-04-20 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/pr42629.c: Add dg-require-effective-target int32plus
* gcc.c-torture/execute/cmpsi-2.c: Ditto
* gcc.c-torture/execute/pr45262.c: Ditto
* gcc.dg/torture/pr43165.c: Ditto.
* gcc.dg/torture/pr47228.c: Ditto.
* gcc.dg/tree-ssa/pr45144.c: Ditto.
* gcc.dg/ipa/pr45644.c: Ditto.
* gcc.c-torture/compile/pr43191.c: Ditto. Remove dg-skip-if for
PDP11.
2011-04-19 Jason Merrill <jason@redhat.com>
* g++.dg/ext/complex7.C: New.
......
/* { dg-skip-if "Ints are 16 bits" { "pdp11-*-*" } { "*" } { "" } } */
/* { dg-require-effective-target int32plus } */
struct S0
{
};
......
/* { dg-require-effective-target int32plus } */
#define F 140
#define T 13
......
/* PR middle-end/45262 */
/* { dg-require-effective-target int32plus } */
extern void abort (void);
......
/* Verify that we do not IPA-SRA bitfields. */
/* { dg-do run } */
/* { dg-options "-O2" } */
/* { dg-require-effective-target int32plus } */
extern void abort (void);
......
......@@ -2,6 +2,7 @@
took debug insns into account. */
/* { dg-do compile } */
/* { dg-options "-O1 -fsched-pressure -fschedule-insns -fcompare-debug" } */
/* { dg-require-effective-target int32plus } */
int lzo_adler32(int adler, char *buf)
{
......
/* PR debug/43165 */
/* { dg-options "-g" } */
/* { dg-require-effective-target int32plus } */
struct __attribute__((packed)) S
{
......
/* { dg-do run } */
/* { dg-require-effective-target int32plus } */
struct S4
{
......
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
/* { dg-require-effective-target int32plus } */
void baz (unsigned);
......
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