Commit 359ce95f by Xinliang David Li Committed by Xinliang David Li

cdce1.c: Remove run target clause.

2008-06-07  Xinliang David Li  <davidxl@google.com>

	PR/36440
	* gcc.dg/cdce1.c: Remove run target clause.
	* gcc.dg/cdce2.c: Ditto.
	* g++.dg/cdce3.C: Fix a bug in target specification.

From-SVN: r136542
parent ae06ac00
2008-06-07 Xinliang David Li <davidxl@google.com>
PR/36440
* gcc.dg/cdce1.c: Remove run target clause.
* gcc.dg/cdce2.c: Ditto.
* g++.dg/cdce3.C: Fix a bug in target specification.
2008-06-07 Tobias Burnus <burnus@net-b.de>
PR fortran/36437
......
/* { dg-do run { target { ! "*-*-darwin" } } } */
/* { dg-do run { target { ! "*-*-darwin*" } } } */
/* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -lm" } */
/* { dg-final { scan-tree-dump "cdce3.C:68: note: function call is shrink-wrapped into error conditions\." "cdce" } }*/
/* { dg-final { scan-tree-dump "cdce3.C:69: note: function call is shrink-wrapped into error conditions\." "cdce" } }*/
......
/* { dg-do run { target { ! "*-*-darwin" } } } */
/* { dg-do run } */
/* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -lm" } */
/* { dg-final { scan-tree-dump "cdce1.c:16: note: function call is shrink-wrapped into error conditions\." "cdce" } } */
/* { dg-final { cleanup-tree-dump "cdce" } } */
......
/* { dg-do run { target { ! "*-*-darwin" } } } */
/* { dg-do run } */
/* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -lm" } */
/* { dg-final { scan-tree-dump "cdce2.c:16: note: function call is shrink-wrapped into error conditions\." "cdce" } }*/
/* { dg-final { cleanup-tree-dump "cdce" } } */
......
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