public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] Adjust gnat.dg testsuite after fix for V509-015.
@ 2023-06-08 10:43 Alexandre Oliva
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Oliva @ 2023-06-08 10:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:373fe8b99dca6d5d76218c861c524f8b817d4ed0

commit 373fe8b99dca6d5d76218c861c524f8b817d4ed0
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Jun 8 01:35:54 2023 -0300

    Adjust gnat.dg testsuite after fix for V509-015.

Diff:
---
 gcc/testsuite/gnat.dg/strub_intf.adb  | 2 +-
 gcc/testsuite/gnat.dg/strub_intf1.adb | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gnat.dg/strub_intf.adb b/gcc/testsuite/gnat.dg/strub_intf.adb
index 728b85572b7..8f0212a7586 100644
--- a/gcc/testsuite/gnat.dg/strub_intf.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf.adb
@@ -59,7 +59,7 @@ procedure Strub_Intf is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
diff --git a/gcc/testsuite/gnat.dg/strub_intf1.adb b/gcc/testsuite/gnat.dg/strub_intf1.adb
index aa68fcd2c0b..bf77321cef7 100644
--- a/gcc/testsuite/gnat.dg/strub_intf1.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf1.adb
@@ -42,7 +42,7 @@ procedure Strub_Intf1 is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
@@ -79,7 +79,7 @@ end Strub_Intf1;
 
 --  Count the strub-at-calls non-dispatching calls 
 --  (+ 2 each, for the matching prototypes)
---  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 3 "strub" } }
+--  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 2 "strub" } }
 --  { dg-final { scan-ipa-dump-times "foo\.f \[(\]\[^\n\]*watermark" 4 "strub" } }
 
 --  Count the strub-at-calls dispatching calls.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Adjust gnat.dg testsuite after fix for V509-015.
@ 2023-06-09  8:07 Alexandre Oliva
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Oliva @ 2023-06-09  8:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3da51066557b8a8c3ba399ba389e8ee8c99e197e

commit 3da51066557b8a8c3ba399ba389e8ee8c99e197e
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Jun 8 01:35:54 2023 -0300

    Adjust gnat.dg testsuite after fix for V509-015.

Diff:
---
 gcc/testsuite/gnat.dg/strub_intf.adb  | 2 +-
 gcc/testsuite/gnat.dg/strub_intf1.adb | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gnat.dg/strub_intf.adb b/gcc/testsuite/gnat.dg/strub_intf.adb
index 728b85572b7..8f0212a7586 100644
--- a/gcc/testsuite/gnat.dg/strub_intf.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf.adb
@@ -59,7 +59,7 @@ procedure Strub_Intf is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
diff --git a/gcc/testsuite/gnat.dg/strub_intf1.adb b/gcc/testsuite/gnat.dg/strub_intf1.adb
index aa68fcd2c0b..bf77321cef7 100644
--- a/gcc/testsuite/gnat.dg/strub_intf1.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf1.adb
@@ -42,7 +42,7 @@ procedure Strub_Intf1 is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
@@ -79,7 +79,7 @@ end Strub_Intf1;
 
 --  Count the strub-at-calls non-dispatching calls 
 --  (+ 2 each, for the matching prototypes)
---  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 3 "strub" } }
+--  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 2 "strub" } }
 --  { dg-final { scan-ipa-dump-times "foo\.f \[(\]\[^\n\]*watermark" 4 "strub" } }
 
 --  Count the strub-at-calls dispatching calls.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Adjust gnat.dg testsuite after fix for V509-015.
@ 2023-06-09  6:26 Alexandre Oliva
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Oliva @ 2023-06-09  6:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c42d584dc2dbc6899143e6ab128229f4b6720e9c

commit c42d584dc2dbc6899143e6ab128229f4b6720e9c
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Jun 8 01:35:54 2023 -0300

    Adjust gnat.dg testsuite after fix for V509-015.

Diff:
---
 gcc/testsuite/gnat.dg/strub_intf.adb  | 2 +-
 gcc/testsuite/gnat.dg/strub_intf1.adb | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gnat.dg/strub_intf.adb b/gcc/testsuite/gnat.dg/strub_intf.adb
index 728b85572b7..8f0212a7586 100644
--- a/gcc/testsuite/gnat.dg/strub_intf.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf.adb
@@ -59,7 +59,7 @@ procedure Strub_Intf is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
diff --git a/gcc/testsuite/gnat.dg/strub_intf1.adb b/gcc/testsuite/gnat.dg/strub_intf1.adb
index aa68fcd2c0b..bf77321cef7 100644
--- a/gcc/testsuite/gnat.dg/strub_intf1.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf1.adb
@@ -42,7 +42,7 @@ procedure Strub_Intf1 is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
@@ -79,7 +79,7 @@ end Strub_Intf1;
 
 --  Count the strub-at-calls non-dispatching calls 
 --  (+ 2 each, for the matching prototypes)
---  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 3 "strub" } }
+--  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 2 "strub" } }
 --  { dg-final { scan-ipa-dump-times "foo\.f \[(\]\[^\n\]*watermark" 4 "strub" } }
 
 --  Count the strub-at-calls dispatching calls.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Adjust gnat.dg testsuite after fix for V509-015.
@ 2023-06-09  6:17 Alexandre Oliva
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Oliva @ 2023-06-09  6:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6544d61b57bb86b00e50141a7aef2916b18fdd52

commit 6544d61b57bb86b00e50141a7aef2916b18fdd52
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Thu Jun 8 01:35:54 2023 -0300

    Adjust gnat.dg testsuite after fix for V509-015.

Diff:
---
 gcc/testsuite/gnat.dg/strub_intf.adb  | 2 +-
 gcc/testsuite/gnat.dg/strub_intf1.adb | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gnat.dg/strub_intf.adb b/gcc/testsuite/gnat.dg/strub_intf.adb
index 728b85572b7..8f0212a7586 100644
--- a/gcc/testsuite/gnat.dg/strub_intf.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf.adb
@@ -59,7 +59,7 @@ procedure Strub_Intf is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
diff --git a/gcc/testsuite/gnat.dg/strub_intf1.adb b/gcc/testsuite/gnat.dg/strub_intf1.adb
index aa68fcd2c0b..bf77321cef7 100644
--- a/gcc/testsuite/gnat.dg/strub_intf1.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf1.adb
@@ -42,7 +42,7 @@ procedure Strub_Intf1 is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
@@ -79,7 +79,7 @@ end Strub_Intf1;
 
 --  Count the strub-at-calls non-dispatching calls 
 --  (+ 2 each, for the matching prototypes)
---  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 3 "strub" } }
+--  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 2 "strub" } }
 --  { dg-final { scan-ipa-dump-times "foo\.f \[(\]\[^\n\]*watermark" 4 "strub" } }
 
 --  Count the strub-at-calls dispatching calls.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Adjust gnat.dg testsuite after fix for V509-015.
@ 2023-06-08 10:59 Alexandre Oliva
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Oliva @ 2023-06-08 10:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f98ade3c026f7df36186a85f455d22fe69631d38

commit f98ade3c026f7df36186a85f455d22fe69631d38
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Tue Aug 9 10:44:19 2022 -0300

    Adjust gnat.dg testsuite after fix for V509-015.

Diff:
---
 gcc/testsuite/gnat.dg/strub_intf.adb  | 2 +-
 gcc/testsuite/gnat.dg/strub_intf1.adb | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gnat.dg/strub_intf.adb b/gcc/testsuite/gnat.dg/strub_intf.adb
index 728b85572b7..8f0212a7586 100644
--- a/gcc/testsuite/gnat.dg/strub_intf.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf.adb
@@ -59,7 +59,7 @@ procedure Strub_Intf is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
diff --git a/gcc/testsuite/gnat.dg/strub_intf1.adb b/gcc/testsuite/gnat.dg/strub_intf1.adb
index aa68fcd2c0b..bf77321cef7 100644
--- a/gcc/testsuite/gnat.dg/strub_intf1.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf1.adb
@@ -42,7 +42,7 @@ procedure Strub_Intf1 is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
@@ -79,7 +79,7 @@ end Strub_Intf1;
 
 --  Count the strub-at-calls non-dispatching calls 
 --  (+ 2 each, for the matching prototypes)
---  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 3 "strub" } }
+--  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 2 "strub" } }
 --  { dg-final { scan-ipa-dump-times "foo\.f \[(\]\[^\n\]*watermark" 4 "strub" } }
 
 --  Count the strub-at-calls dispatching calls.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Adjust gnat.dg testsuite after fix for V509-015.
@ 2023-06-08  9:18 Alexandre Oliva
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Oliva @ 2023-06-08  9:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f98ade3c026f7df36186a85f455d22fe69631d38

commit f98ade3c026f7df36186a85f455d22fe69631d38
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Tue Aug 9 10:44:19 2022 -0300

    Adjust gnat.dg testsuite after fix for V509-015.

Diff:
---
 gcc/testsuite/gnat.dg/strub_intf.adb  | 2 +-
 gcc/testsuite/gnat.dg/strub_intf1.adb | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gnat.dg/strub_intf.adb b/gcc/testsuite/gnat.dg/strub_intf.adb
index 728b85572b7..8f0212a7586 100644
--- a/gcc/testsuite/gnat.dg/strub_intf.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf.adb
@@ -59,7 +59,7 @@ procedure Strub_Intf is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
diff --git a/gcc/testsuite/gnat.dg/strub_intf1.adb b/gcc/testsuite/gnat.dg/strub_intf1.adb
index aa68fcd2c0b..bf77321cef7 100644
--- a/gcc/testsuite/gnat.dg/strub_intf1.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf1.adb
@@ -42,7 +42,7 @@ procedure Strub_Intf1 is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
@@ -79,7 +79,7 @@ end Strub_Intf1;
 
 --  Count the strub-at-calls non-dispatching calls 
 --  (+ 2 each, for the matching prototypes)
---  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 3 "strub" } }
+--  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 2 "strub" } }
 --  { dg-final { scan-ipa-dump-times "foo\.f \[(\]\[^\n\]*watermark" 4 "strub" } }
 
 --  Count the strub-at-calls dispatching calls.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Adjust gnat.dg testsuite after fix for V509-015.
@ 2023-06-08  4:48 Alexandre Oliva
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Oliva @ 2023-06-08  4:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:36703cc5c222544e5057b8374f0bd92f95b4c13b

commit 36703cc5c222544e5057b8374f0bd92f95b4c13b
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Tue Aug 9 10:44:19 2022 -0300

    Adjust gnat.dg testsuite after fix for V509-015.

Diff:
---
 gcc/testsuite/gnat.dg/strub_intf.adb  | 2 +-
 gcc/testsuite/gnat.dg/strub_intf1.adb | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gnat.dg/strub_intf.adb b/gcc/testsuite/gnat.dg/strub_intf.adb
index 728b85572b7..8f0212a7586 100644
--- a/gcc/testsuite/gnat.dg/strub_intf.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf.adb
@@ -59,7 +59,7 @@ procedure Strub_Intf is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
diff --git a/gcc/testsuite/gnat.dg/strub_intf1.adb b/gcc/testsuite/gnat.dg/strub_intf1.adb
index aa68fcd2c0b..bf77321cef7 100644
--- a/gcc/testsuite/gnat.dg/strub_intf1.adb
+++ b/gcc/testsuite/gnat.dg/strub_intf1.adb
@@ -42,7 +42,7 @@ procedure Strub_Intf1 is
       overriding
       procedure P (I : Integer; X : B) is
       begin
-	 P (I, A (X));
+	 null;
       end;
       
       overriding
@@ -79,7 +79,7 @@ end Strub_Intf1;
 
 --  Count the strub-at-calls non-dispatching calls 
 --  (+ 2 each, for the matching prototypes)
---  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 3 "strub" } }
+--  { dg-final { scan-ipa-dump-times "foo\.p \[(\]\[^\n\]*watermark" 2 "strub" } }
 --  { dg-final { scan-ipa-dump-times "foo\.f \[(\]\[^\n\]*watermark" 4 "strub" } }
 
 --  Count the strub-at-calls dispatching calls.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-09  8:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08 10:43 [gcc(refs/users/aoliva/heads/testme)] Adjust gnat.dg testsuite after fix for V509-015 Alexandre Oliva
  -- strict thread matches above, loose matches on Subject: below --
2023-06-09  8:07 Alexandre Oliva
2023-06-09  6:26 Alexandre Oliva
2023-06-09  6:17 Alexandre Oliva
2023-06-08 10:59 Alexandre Oliva
2023-06-08  9:18 Alexandre Oliva
2023-06-08  4:48 Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).