public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: MAILER-DAEMON (Mail Delivery System)
To: gcc-patches@gcc.gnu.org
Subject: Undelivered Mail Returned to Sender
Date: Tue, 10 Aug 2021 16:26:47 +0200 (CEST)	[thread overview]
Message-ID: <20210810142647.5B4F81B7B14F@fx408.security-mail.net> (raw)

[-- Attachment #1: Notification --]
[-- Type: text/plain, Size: 601 bytes --]

This is the mail system at host fx408.security-mail.net.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<marc.poulhies@kalray.eu>: host zimbra2.kalray.eu[195.135.97.26] said: 550
    5.1.1 <marc.poulhies@kalray.eu>: Recipient address rejected: User unknown
    in virtual mailbox table (in reply to RCPT TO command)

[-- Attachment #2: Delivery report --]
[-- Type: message/delivery-status, Size: 475 bytes --]

[-- Attachment #3: Undelivered Message --]
[-- Type: message/rfc822, Size: 6191 bytes --]

From: Jakub Jelinek via Gcc-patches <gcc-patches@gcc.gnu.org>
To: Richard Biener <richard.guenther@gmail.com>
Cc: gcc-patches <gcc-patches@gcc.gnu.org>
Subject: Re: [COMMITTED] PR tree-optimization/101741 - Ensure toupper and tolower follow the expected pattern.
Date: Tue, 10 Aug 2021 16:25:37 +0200
Message-ID: <20210810142537.GL2380545@tucnak>

On Tue, Aug 10, 2021 at 04:14:15PM +0200, Richard Biener via Gcc-patches wrote:
> OK, so gimple_builtin_call_types_compatible_p only checks that the
> call is consistent with the fndecl type - iff the declaration is incompatible
> with the declaration as specified by builtins.def then that's of course
> not detected by that check (this check is to catch cases where a
> formerly indirect call through an incompatible type is now known to
> be to a builtin).
> 
> IIRC that is a recurring issue and indeed my opinion is that frontends
> should not mark function decls as BUILT_IN if the definition/declaration
> signature is not compatible.

Different FEs use different strictness for what is or is not compatible.
And we can't be too strict, because e.g. of FILE * arguments where the
FILE type isn't pre-declared for the builtins.
On severe mismatches I think the FEs already don't mark it built in
(say double vs. int etc.), and e.g. const char * vs. char * differences
should be allowed (e.g. consider C++ vs. C strchr).
But perhaps we should consider as incompatible somethng that doesn't
pass useless_type_conversion_p too...

	Jakub



To declare a filtering error, please use the following link : https://www.security-mail.net/reporter.php?mid=2002.61128ca5.85f80.0&r=marc.poulhies%40kalray.eu&s=gcc-patches-bounces%2Bmarc.poulhies%3Dkalray.eu%40gcc.gnu.org&o=Re%3A+%5BCOMMITTED%5D+PR+tree-optimization%2F101741+-+Ensure+toupper+and+tolower+follow+the+expected+pattern.&verdict=C&c=faf1b8beb7208e3d8bcbc95892f060f0216217d6

             reply	other threads:[~2021-08-10 14:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-10 14:26 MAILER-DAEMON [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-10 15:03 MAILER-DAEMON
2021-08-10 14:48 MAILER-DAEMON
2021-08-10 14:18 MAILER-DAEMON
2021-08-10 14:15 MAILER-DAEMON
2021-08-10 13:51 MAILER-DAEMON
2021-08-10 13:41 MAILER-DAEMON
2021-08-10 13:22 MAILER-DAEMON
2021-08-10 13:04 MAILER-DAEMON
2021-08-10 12:34 MAILER-DAEMON
2021-08-10 12:18 MAILER-DAEMON
2021-08-10 12:14 MAILER-DAEMON
2021-08-10 12:02 MAILER-DAEMON
2021-08-10 11:55 MAILER-DAEMON
2021-08-10 11:52 MAILER-DAEMON
2021-08-10 11:42 MAILER-DAEMON
2021-08-10 11:04 MAILER-DAEMON
2021-08-10 10:26 MAILER-DAEMON
2021-08-10 10:09 MAILER-DAEMON
2021-08-10  9:35 MAILER-DAEMON
2021-08-10  9:12 MAILER-DAEMON
2021-08-10  9:08 MAILER-DAEMON
2021-08-10  8:45 MAILER-DAEMON
2021-08-10  8:40 MAILER-DAEMON

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=20210810142647.5B4F81B7B14F@fx408.security-mail.net \
    --to=gcc-patches@gcc.gnu.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).