public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] testsuite: Remove unused dg-line in ce8cdf5bcf96a2db6d7b9f656fc9ba58d7942a83
@ 2023-08-15 18:32 priour.be
  2023-08-17  8:41 ` Richard Biener
  0 siblings, 1 reply; 2+ messages in thread
From: priour.be @ 2023-08-15 18:32 UTC (permalink / raw)
  To: gcc-patches; +Cc: dmalcolm, benjamin priour

From: benjamin priour <vultkayn@gcc.gnu.org>

Yet another blunder.

Succesfully regstrapped against ce8cdf5bcf96a2db6d7b9f656fc9ba58d7942a83
on x86_64-linux-gnu.

OK to push on trunk ?
Sorry,
Benjamin.

Fixup below.
---

Test case g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C
introduced by patch ce8cdf5bcf96a2db6d7b9f656fc9ba58d7942a83
emitted a warning for an unused dg-line variable.
This fixes up the blunder.

Signed-off-by: benjamin priour <vultkayn@gcc.gnu.org>

gcc/testsuite/ChangeLog:

	* g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C:
	Remove dg-line var declare_a.
---
 .../g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C b/gcc/testsuite/g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C
index 4cc93d129f0..aa964f93563 100644
--- a/gcc/testsuite/g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C
+++ b/gcc/testsuite/g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C
@@ -6,7 +6,7 @@
 struct A {int x; int y;};
 
 int main () { /* { dg-message "\\(1\\) entry to 'main'" "telltale event that we are going within a deeper frame than 'main'" } */
-  std::shared_ptr<A> a; /* { dg-line declare_a } */ 
+  std::shared_ptr<A> a;
   a->x = 4; /* { dg-line deref_a } */ 
   /* { dg-warning "dereference of NULL" "" { target *-*-* } deref_a } */
 
-- 
2.34.1


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

* Re: [PATCH] testsuite: Remove unused dg-line in ce8cdf5bcf96a2db6d7b9f656fc9ba58d7942a83
  2023-08-15 18:32 [PATCH] testsuite: Remove unused dg-line in ce8cdf5bcf96a2db6d7b9f656fc9ba58d7942a83 priour.be
@ 2023-08-17  8:41 ` Richard Biener
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Biener @ 2023-08-17  8:41 UTC (permalink / raw)
  To: priour.be; +Cc: gcc-patches, dmalcolm, benjamin priour

On Tue, Aug 15, 2023 at 8:36 PM Benjamin Priour via Gcc-patches
<gcc-patches@gcc.gnu.org> wrote:
>
> From: benjamin priour <vultkayn@gcc.gnu.org>
>
> Yet another blunder.
>
> Succesfully regstrapped against ce8cdf5bcf96a2db6d7b9f656fc9ba58d7942a83
> on x86_64-linux-gnu.
>
> OK to push on trunk ?

OK.

> Sorry,
> Benjamin.
>
> Fixup below.
> ---
>
> Test case g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C
> introduced by patch ce8cdf5bcf96a2db6d7b9f656fc9ba58d7942a83
> emitted a warning for an unused dg-line variable.
> This fixes up the blunder.
>
> Signed-off-by: benjamin priour <vultkayn@gcc.gnu.org>
>
> gcc/testsuite/ChangeLog:
>
>         * g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C:
>         Remove dg-line var declare_a.
> ---
>  .../g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/testsuite/g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C b/gcc/testsuite/g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C
> index 4cc93d129f0..aa964f93563 100644
> --- a/gcc/testsuite/g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C
> +++ b/gcc/testsuite/g++.dg/analyzer/fanalyzer-show-events-in-system-headers.C
> @@ -6,7 +6,7 @@
>  struct A {int x; int y;};
>
>  int main () { /* { dg-message "\\(1\\) entry to 'main'" "telltale event that we are going within a deeper frame than 'main'" } */
> -  std::shared_ptr<A> a; /* { dg-line declare_a } */
> +  std::shared_ptr<A> a;
>    a->x = 4; /* { dg-line deref_a } */
>    /* { dg-warning "dereference of NULL" "" { target *-*-* } deref_a } */
>
> --
> 2.34.1
>

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

end of thread, other threads:[~2023-08-17  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-15 18:32 [PATCH] testsuite: Remove unused dg-line in ce8cdf5bcf96a2db6d7b9f656fc9ba58d7942a83 priour.be
2023-08-17  8:41 ` Richard Biener

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).