Re: [PATCH] gcc: testsuite: Fix builtin-speculation-overloads[14].C testism

2025-02-14 Thread Jason Merrill
On 2/14/25 11:48 AM, Matthew Malcomson wrote: On 2/14/25 07:56, Jason Merrill wrote: External email: Use caution opening links or attachments On 2/13/25 11:38 AM, Matthew Malcomson wrote: On 2/12/25 23:30, Jason Merrill wrote: Shall I make that change? Please. Jason Much simpler pa

Re: [PATCH] gcc: testsuite: Fix builtin-speculation-overloads[14].C testism

2025-02-14 Thread Matthew Malcomson
34bc44d3e491b5db998e4288cba5ae9006a44879 Mon Sep 17 00:00:00 2001 From: Matthew Malcomson Date: Mon, 10 Feb 2025 16:24:20 + Subject: [PATCH] gcc: testsuite: Fix builtin-speculation-overloads[14].C testism When making warnings trigger a failure in template substitution I could not find any way to

Re: [PATCH] gcc: testsuite: Fix builtin-speculation-overloads[14].C testism

2025-02-13 Thread Jason Merrill
On 2/13/25 11:38 AM, Matthew Malcomson wrote: On 2/12/25 23:30, Jason Merrill wrote: In the new `check_known_compiler_messages_nocache` procedure I use some Why is it not enough to look for the message with "[regexp" like check_alias_available does? The goal was that I wanted to be able to

Re: [PATCH] gcc: testsuite: Fix builtin-speculation-overloads[14].C testism

2025-02-13 Thread Matthew Malcomson
On 2/12/25 23:30, Jason Merrill wrote: External email: Use caution opening links or attachments In the new `check_known_compiler_messages_nocache` procedure I use some Why is it not enough to look for the message with "[regexp" like check_alias_available does? Jason The goal was that I

Re: [PATCH] gcc: testsuite: Fix builtin-speculation-overloads[14].C testism

2025-02-12 Thread Jason Merrill
On 2/12/25 5:23 PM, mmalcom...@nvidia.com wrote: From: Matthew Malcomson I've posted the patch on the relevant Bugzilla, but also sending to mailing list. If should have only done one please do mention. Having it in both places is fine, or send to the mailing list and put a link to the list

[PATCH] gcc: testsuite: Fix builtin-speculation-overloads[14].C testism

2025-02-12 Thread mmalcomson
From: Matthew Malcomson I've posted the patch on the relevant Bugzilla, but also sending to mailing list. If should have only done one please do mention. - 8< --- >8 When making warnings trigger a failure in template substitution I could not find any way