mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Fangrui Song <i@maskray.me>
To: musl@lists.openwall.com
Subject: Re: [musl] [PATCH] Use __builtin_FILE/__builtin_LINE if available
Date: Wed, 30 Aug 2023 15:04:50 -0700	[thread overview]
Message-ID: <DS7PR12MB5765F16709CDBF45D6DB0A31CBE6A@DS7PR12MB5765.namprd12.prod.outlook.com> (raw)
In-Reply-To: <CAGsORuAHR2fh=6A7Ufjfab=2k3jmEBXF1uHdk4v9BW0pFvMJeA@mail.gmail.com>

On Sat, Mar 4, 2023 at 7:23 PM Zhihao Yuan <lichray@gmail.com> wrote:
>
> On Thu, Mar 2, 2023 at 12:19 AM Fangrui Song <i@maskray.me> wrote:
>>
>> On Mon, Feb 27, 2023 at 2:27 PM Szabolcs Nagy <nsz@port70.net> wrote:
>> > > > It is sad that C++ modules broke 'assert' but not surprising. Modules were largely created out of aversion to macros. This isn't something libc can fix though, I suggest a defect report against C++ instead.
>>
>> To lichray: ^^
>
>
> The definition of 'assert' is mandatory only when NDEBUG
> is defined as a macro name. 7.2.1.1 reads:
>
> "[...], if expression (which shall have a scalar type) is false (that is, compares equal to 0),
> the assert macro writes information about the particular call that failed (including the text of the
> argument, the name of the source file, the source line number, and the name of the enclosing function
> — the latter are respectively the values of the preprocessing macros __FILE__ and __LINE__ and of
> the identifier __func__) on the standard error stream in an implementation-defined format."
>
> The text in parentheses did not mandate the use of __FILE__
> and __LINE__, and C++ did not permit 'assert' not to work in
> modules. Therefore an implementation that fails to compile
> the code snippet in the original email is not conforming.
>>
>>
>> > > > Changing the semantics of assert in C seems like a bad thing to do.
>> > > >
>
>
> The semantics is unchanged, and people are doing it:
>
> Add custom ODR-safe assert. (!1166) · Merge requests · libeigen / eigen · GitLab
>
>>
>> >
>> > i dont see how that solves the fundamental problem:
>> >
>> > the *behavior* of assert changes depending on which include path is
>> > used and thus inline functions that are supposed to be equivalent
>> > aren't. (__builtin_FILE makes the pp-token sequence the same across
>> > the instances, but the actual code will have different paths, which
>> > while not an odr violation per the literal words of the spec, it
>> > clearly violates the reason the rule is there in the first place.)
>
>
> This is a different topic. In related news, CWG Issue 2678 (cplusplus.github.io)
> will likely need to be revisited (i.e., what does 'odr' mean
> is subject to change). Regardless, __builtin_FILE is
> a vendor extension and serves customers' needs in
> implementing 'assert.'
>
> --
> Zhihao Yuan, ID lichray
> The best way to predict the future is to invent it.
> _______________________________________________

Bump:)

  reply	other threads:[~2023-08-30 22:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-18  1:33 Fangrui Song
2023-02-18  2:03 ` Rich Felker
2023-02-18  2:53   ` Fangrui Song
2023-02-18 12:17     ` Jon Chesterfield
2023-02-21 19:09       ` Fangrui Song
2023-02-27 22:26         ` Szabolcs Nagy
2023-03-02  8:19           ` Fangrui Song
     [not found]           ` <DS7PR12MB57655F44D45FF7D0B9BB01C5CBB29@DS7PR12MB5765.namprd12.prod.outlook.com>
2023-03-05  3:23             ` Zhihao Yuan
2023-08-30 22:04               ` Fangrui Song [this message]
2023-02-21 19:45       ` Jeffrey Walton

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=DS7PR12MB5765F16709CDBF45D6DB0A31CBE6A@DS7PR12MB5765.namprd12.prod.outlook.com \
    --to=i@maskray.me \
    --cc=musl@lists.openwall.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).