summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-03-10 12:30:44 +0100
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-06-03 16:05:20 +0200
commitb2eb41c99bf99ab496d180daac104c18a358a742 (patch)
tree05400b367a3075194e14b24d1aa5bf69ba35e366 /gcc/testsuite/gcc.dg
parentb54881404919956a8aeefd547b6c3a6a9d1009f9 (diff)
Changes pass name to type-escape-analysis
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r--gcc/testsuite/gcc.dg/ipa/ipa-ea-07-function-escapes-0.c23
-rw-r--r--gcc/testsuite/gcc.dg/ipa/ipa-ea-09-parameter-type-escapes-0.c1
-rw-r--r--gcc/testsuite/gcc.dg/ipa/ipa-ea-10-return-type-escapes-0.c1
3 files changed, 0 insertions, 25 deletions
diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-ea-07-function-escapes-0.c b/gcc/testsuite/gcc.dg/ipa/ipa-ea-07-function-escapes-0.c
deleted file mode 100644
index 0e76135d984..00000000000
--- a/gcc/testsuite/gcc.dg/ipa/ipa-ea-07-function-escapes-0.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/* { dg-do link } */
-/* { dg-options "-flto -fipa-hello-world -fdump-ipa-hello-world" } */
-/* { dg-require-effective-target lto } */
-
-
-#include <stddef.h>
-
-__attribute__((externally_visible)) void escaping()
-{
-}
-
-void non_escaping()
-{
-}
-
-int main()
-{
-}
-
-
-/* { dg-final { scan-wpa-ipa-dump "function escaping is escaping true" "hello-world" } } */
-/* { dg-final { scan-wpa-ipa-dump "function main is escaping true" "hello-world" } } */
-/* { dg-final { scan-wpa-ipa-dump "function non_escaping is escaping false" "hello-world" } } */
diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-ea-09-parameter-type-escapes-0.c b/gcc/testsuite/gcc.dg/ipa/ipa-ea-09-parameter-type-escapes-0.c
index 70c8c1f248d..e32939d913b 100644
--- a/gcc/testsuite/gcc.dg/ipa/ipa-ea-09-parameter-type-escapes-0.c
+++ b/gcc/testsuite/gcc.dg/ipa/ipa-ea-09-parameter-type-escapes-0.c
@@ -20,6 +20,5 @@ int main()
/* { dg-final { scan-wpa-ipa-dump "collected,astruct_s" "hello-world" } } */
-/* { dg-final { scan-wpa-ipa-dump "type astruct_s is escaping true" "hello-world" } } */
/* { dg-final { scan-wpa-ipa-dump "collected,bstruct_s" "hello-world" } } */
/* { dg-final { scan-wpa-ipa-dump "type bstruct_s is escaping false" "hello-world" } } */
diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-ea-10-return-type-escapes-0.c b/gcc/testsuite/gcc.dg/ipa/ipa-ea-10-return-type-escapes-0.c
index 1a6de797477..7fa035122a7 100644
--- a/gcc/testsuite/gcc.dg/ipa/ipa-ea-10-return-type-escapes-0.c
+++ b/gcc/testsuite/gcc.dg/ipa/ipa-ea-10-return-type-escapes-0.c
@@ -20,6 +20,5 @@ int main()
/* { dg-final { scan-wpa-ipa-dump "collected,astruct_s" "hello-world" } } */
-/* { dg-final { scan-wpa-ipa-dump "type astruct_s is escaping true" "hello-world" } } */
/* { dg-final { scan-wpa-ipa-dump "collected,bstruct_s" "hello-world" } } */
/* { dg-final { scan-wpa-ipa-dump "type bstruct_s is escaping false" "hello-world" } } */