mirror of git://gcc.gnu.org/git/gcc.git
re PR testsuite/40891 (Revision 150143 failed gcc.dg/cdce[12].c)
PR testsuite/40891 * gcc.dg/cdce1.c: Adjust note line number. * gcc.dg/cdce2.c: Likewise. From-SVN: r150163
This commit is contained in:
parent
8d12c865d7
commit
fa4d0418e4
|
@ -1,3 +1,9 @@
|
|||
2009-07-28 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR testsuite/40891
|
||||
* gcc.dg/cdce1.c: Adjust note line number.
|
||||
* gcc.dg/cdce2.c: Likewise.
|
||||
|
||||
2009-07-28 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/40882
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -lm" } */
|
||||
/* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details" { target *-*-netware* } } */
|
||||
/* { dg-final { scan-tree-dump "cdce1.c:16: note: function call is shrink-wrapped into error conditions\." "cdce" } } */
|
||||
/* { dg-final { scan-tree-dump "cdce1.c:17: note: function call is shrink-wrapped into error conditions\." "cdce" } } */
|
||||
/* { dg-final { cleanup-tree-dump "cdce" } } */
|
||||
/* { dg-require-effective-target large_double } */
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/* { dg-skip-if "doubles are floats" { "avr-*-*" } { "*" } { "" } } */
|
||||
/* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -lm" } */
|
||||
/* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details" { target *-*-netware* } } */
|
||||
/* { dg-final { scan-tree-dump "cdce2.c:16: note: function call is shrink-wrapped into error conditions\." "cdce" } }*/
|
||||
/* { dg-final { scan-tree-dump "cdce2.c:17: note: function call is shrink-wrapped into error conditions\." "cdce" } }*/
|
||||
/* { dg-final { cleanup-tree-dump "cdce" } } */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue