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
This commit is contained in:
parent
ae06ac00a4
commit
359ce95f40
4 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { 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" } }*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { 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" } } */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* { 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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue