Commit da403f31 by Richard Biener Committed by Richard Biener

dfinit.c: Only run for lp64.

2017-03-02  Richard Biener  <rguenther@suse.de>

	* gcc.dg/rtl/x86_64/dfinit.c: Only run for lp64.
	* gcc.dg/rtl/x86_64/final.c: Likewise.
	* gcc.dg/rtl/x86_64/into-cfglayout.c: Likewise.
	* gcc.dg/rtl/x86_64/ira.c: Likewise.
	* gcc.dg/rtl/x86_64/times-two.c.after-expand.c: Likewise.
	* gcc.dg/rtl/x86_64/vregs.c: Likewise.

From-SVN: r245832
parent c8c6a29e
2017-03-02 Richard Biener <rguenther@suse.de> 2017-03-02 Richard Biener <rguenther@suse.de>
* gcc.dg/rtl/x86_64/dfinit.c: Only run for lp64.
* gcc.dg/rtl/x86_64/final.c: Likewise.
* gcc.dg/rtl/x86_64/into-cfglayout.c: Likewise.
* gcc.dg/rtl/x86_64/ira.c: Likewise.
* gcc.dg/rtl/x86_64/times-two.c.after-expand.c: Likewise.
* gcc.dg/rtl/x86_64/vregs.c: Likewise.
2017-03-02 Richard Biener <rguenther@suse.de>
PR tree-optimization/79777 PR tree-optimization/79777
* gcc.dg/torture/pr79777.c: New testcase. * gcc.dg/torture/pr79777.c: New testcase.
......
/* { dg-do run { target x86_64-*-* } } */ /* { dg-do run { target { x86_64-*-* && lp64 } } } */
/* { dg-options "-fdump-rtl-dfinit" } */ /* { dg-options "-fdump-rtl-dfinit" } */
#include "test_1.h" #include "test_1.h"
......
/* { dg-do compile { target x86_64-*-* } } */ /* { dg-do compile { target { x86_64-*-* && lp64 } } } */
/* { dg-options "-fdump-rtl-final" } */ /* { dg-options "-fdump-rtl-final" } */
/* Lightly-modified dump of test.c.304r.dwarf2 for x86_64 target, /* Lightly-modified dump of test.c.304r.dwarf2 for x86_64 target,
......
/* { dg-do run { target x86_64-*-* } } */ /* { dg-do run { target { x86_64-*-* && lp64 } } } */
/* { dg-options "-fdump-rtl-into_cfglayout" } */ /* { dg-options "-fdump-rtl-into_cfglayout" } */
/* Lightly-modified dump of test.c.226r.vregs for x86_64. */ /* Lightly-modified dump of test.c.226r.vregs for x86_64. */
......
/* { dg-do run { target x86_64-*-* } } */ /* { dg-do run { target { x86_64-*-* && lp64 } } } */
/* { dg-options "-fdump-rtl-ira" } */ /* { dg-options "-fdump-rtl-ira" } */
/* Lightly-modified dump of test.c.265r.asmcons for x86_64. */ /* Lightly-modified dump of test.c.265r.asmcons for x86_64. */
......
/* { dg-do run { target x86_64-*-* } } */ /* { dg-do run { target { x86_64-*-* && lp64 } } } */
extern void abort (void); extern void abort (void);
......
/* { dg-do run { target x86_64-*-* } } */ /* { dg-do run { target { x86_64-*-* && lp64 } } } */
/* { dg-options "-fdump-rtl-vregs" } */ /* { dg-options "-fdump-rtl-vregs" } */
/* Lightly-modified dump of test.c.225r.expand for x86_64. */ /* Lightly-modified dump of test.c.225r.expand for x86_64. */
......
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