summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/struct
diff options
context:
space:
mode:
authorolga <olga@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-25 07:47:46 +0000
committerolga <olga@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-25 07:47:46 +0000
commit864a494e7efef89efa47da8ab2b78e66f1d36f65 (patch)
treed3c9cde07c40b673e814d8f4f23f375584e48be9 /gcc/testsuite/gcc.dg/struct
parent6a5edfd90cec9da33c11c84ba7e58717e940e49a (diff)
downloadgcc-864a494e7efef89efa47da8ab2b78e66f1d36f65.tar.gz
2008-01-25 Golovanevsky Olga <olga@il.ibm.com>
* ipa-struct-reorg.c (is_safe_cond_expr, create_new_stmts_for_cond_expr): Use integer_zerop function, that recognize not only zero-pointer, but zero-integer too. 2008-01-24 Olga Golovanevsky <olga@il.ibm.com> * gcc.dg/struct/wo_prof_malloc_size_var.c: UnXFAIL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131817 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/struct')
-rw-r--r--gcc/testsuite/gcc.dg/struct/wo_prof_malloc_size_var.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/struct/wo_prof_malloc_size_var.c b/gcc/testsuite/gcc.dg/struct/wo_prof_malloc_size_var.c
index b1614c0faaa..32842b0a7eb 100644
--- a/gcc/testsuite/gcc.dg/struct/wo_prof_malloc_size_var.c
+++ b/gcc/testsuite/gcc.dg/struct/wo_prof_malloc_size_var.c
@@ -32,6 +32,5 @@ main ()
}
/*--------------------------------------------------------------------------*/
-/* Currently the condition `if (p == 0)` is incorrectly reported as unsafe. */
-/* { dg-final { scan-ipa-dump "Number of structures to transform is 1" "ipa_struct_reorg" { xfail *-*-* } } } */
+/* { dg-final { scan-ipa-dump "Number of structures to transform is 1" "ipa_struct_reorg" } } */
/* { dg-final { cleanup-ipa-dump "*" } } */