GNU bug report logs -
#76573
30.1; native compilation fails for record inside function
Previous Next
Reported by: Lin Jian <me <at> linj.tech>
Date: Tue, 25 Feb 2025 23:29:02 UTC
Severity: normal
Found in version 30.1
Done: Andrea Corallo <acorallo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Lin Jian <me <at> linj.tech>
>> Cc: acorallo <at> gnu.org, 76573 <at> debbugs.gnu.org
>> Date: Sat, 26 Apr 2025 15:50:03 +0800
>>
>>
>> My point is not that the code is correct and the compiler is wrong. To
>> make it crystal clear, my point is that the following situation is
>> confusing and we should make it less so. At least the author of
>> el-easydraw agrees[1] with me.
>>
>> 1. This compiler error only appears in Emacs >= 30.
>
> I don't see this as a problem. Emacs 31 introduces quite a few
> warnings were questionable or wrong techniques are used in Lisp.
>
>> 2. This compiler error does not appear if native-comp-speed < 2.
>
> This is unfortunate, but not unheard of: the same happens with
> compiling code with GCC, for example.
>
> Andrea, can we somehow test this with all the values of
> native-comp-speed? Why does this pop up only with some values?
Similarly to GCC the compiler uses the same information inferred for
performing optimizations for producing diagnostics. As a consequence
diagnostics can vary based on the optimization level. In this specific
case the pass that performs the reasoning that triggers the message
(comp--fwprop) does run only at speed >= 2.
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.