[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#46988: 28.0.50; Documenting and verifying assumptions about C code n
From: |
Eli Zaretskii |
Subject: |
bug#46988: 28.0.50; Documenting and verifying assumptions about C code not calling quit or GCing |
Date: |
Thu, 23 Jun 2022 19:35:19 +0300 |
> From: Mattias EngdegÄrd <mattiase@acm.org>
> Date: Thu, 23 Jun 2022 18:20:09 +0200
> Cc: Pip Cet <pipcet@gmail.com>, larsi@gnus.org, 46988@debbugs.gnu.org,
> monnier@iro.umontreal.ca
>
> 23 juni 2022 kl. 18.08 skrev Eli Zaretskii <eliz@gnu.org>:
>
> > Clang at least attempts to be GCC-compliant. But there are other C
> > compilers we want to support which don't do even that.
>
> Quite true. I don't think we should bother supporting them (at least not
> right away); just disable the feature for them.
Yes, that's what I meant: we shouldn't break compilation with those,
but we don't have to do more.