From: Patrick Palka <ppalka@redhat.com>
To: Thiago Jung Bauermann <thiago.bauermann@linaro.org>
Cc: gcc-patches@gcc.gnu.org, Andrew Pinski <apinski@marvell.com>
Subject: Re: [PATCH] testsuite: Adjust g++.dg/gomp/pr58567.C to new compiler message
Date: Mon, 24 Jul 2023 08:34:54 -0400 [thread overview]
Message-ID: <CAMOnLZZ3kuopXs4whzTNE0LzBYE6JKEUJcYu9DcAyKvh_V-D-g@mail.gmail.com> (raw)
In-Reply-To: <20230721212937.1784983-1-thiago.bauermann@linaro.org>
On Fri, Jul 21, 2023 at 5:29 PM Thiago Jung Bauermann
<thiago.bauermann@linaro.org> wrote:
>
> Commit 92d1425ca780 "c++: redundant targ coercion for var/alias tmpls"
> changed the compiler error message in this testcase from
>
> <source>: In instantiation of 'void foo() [with T = int]':
> <source>:14:11: required from here
> <source>:8:22: error: 'int' is not a class, struct, or union type
> <source>:8:22: error: 'int' is not a class, struct, or union type
> <source>:8:22: error: 'int' is not a class, struct, or union type
> <source>:8:3: error: expected iteration declaration or initialization
> compiler exited with status 1
>
> to:
>
> <source>: In instantiation of 'void foo() [with T = int]':
> <source>:14:11: required from here
> <source>:8:22: error: 'int' is not a class, struct, or union type
> <source>:8:3: error: invalid type for iteration variable 'i'
> compiler exited with status 1
> Excess errors:
> <source>:8:3: error: invalid type for iteration variable 'i'
>
> Andrew Pinski analysed the issue in PR 110756 and considered that it was a
> testsuite issue in that the error message changed slightly. Also, it's a
> better error message.
>
> Therefore, we only need to adjust the testcase to expect the new message.
Thanks! I can't approve this patch but it looks good to me.
>
> gcc/testsuite/ChangeLog:
> PR testsuite/110756
> g++.dg/gomp/pr58567.C: Adjust to new compiler error message.
> ---
> gcc/testsuite/g++.dg/gomp/pr58567.C | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/testsuite/g++.dg/gomp/pr58567.C b/gcc/testsuite/g++.dg/gomp/pr58567.C
> index 35a5bb027ffe..866d831c65e4 100644
> --- a/gcc/testsuite/g++.dg/gomp/pr58567.C
> +++ b/gcc/testsuite/g++.dg/gomp/pr58567.C
> @@ -5,7 +5,7 @@
> template<typename T> void foo()
> {
> #pragma omp parallel for
> - for (typename T::X i = 0; i < 100; ++i) /* { dg-error "'int' is not a class, struct, or union type|expected iteration declaration or initialization" } */
> + for (typename T::X i = 0; i < 100; ++i) /* { dg-error "'int' is not a class, struct, or union type|invalid type for iteration variable 'i'" } */
> ;
> }
>
>
next prev parent reply other threads:[~2023-07-24 12:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-21 21:29 Thiago Jung Bauermann
2023-07-24 12:34 ` Patrick Palka [this message]
2023-08-15 16:17 ` Thiago Jung Bauermann
2023-08-18 16:42 ` Tobias Burnus
2023-08-18 21:24 ` Thiago Jung Bauermann
2023-08-20 19:06 ` Tobias Burnus
2023-08-21 18:15 ` Thiago Jung Bauermann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAMOnLZZ3kuopXs4whzTNE0LzBYE6JKEUJcYu9DcAyKvh_V-D-g@mail.gmail.com \
--to=ppalka@redhat.com \
--cc=apinski@marvell.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=thiago.bauermann@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).