Zack Weinberg wrote:
From: Zack Weinberg
The output now varies based on which of three different situations is
detected:
1. If config.guess’s embedded timestamp is more than three years old,
we instruct the user to update it from Savannah, and we don’t say
anything else.
2. If we tried
Zack Weinberg wrote:
From: Zack Weinberg
Specifically, on top of Petr Vorel’s patch, eliminate all use of
old-style function definitions and implicit function declarations.
Many of the C programs embedded in config.guess are only used on very
old systems that may never have had an ISO C compil
> From: Zack Weinberg
> The output now varies based on which of three different situations is
> detected:
> 1. If config.guess’s embedded timestamp is more than three years old,
>we instruct the user to update it from Savannah, and we don’t say
>anything else.
> 2. If we tried to use a
Hi Zack,
Reviewed-by: Petr Vorel
> Specifically, on top of Petr Vorel’s patch, eliminate all use of
> old-style function definitions and implicit function declarations.
> Many of the C programs embedded in config.guess are only used on very
> old systems that may never have had an ISO C compile
From: Zack Weinberg
Specifically, on top of Petr Vorel’s patch, eliminate all use of
old-style function definitions and implicit function declarations.
Many of the C programs embedded in config.guess are only used on very
old systems that may never have had an ISO C compiler (other than gcc,
whi
From: Zack Weinberg
The output now varies based on which of three different situations is
detected:
1. If config.guess’s embedded timestamp is more than three years old,
we instruct the user to update it from Savannah, and we don’t say
anything else.
2. If we tried to use a C compiler but
On Wed, Apr 3, 2024, at 1:49 PM, Petr Vorel wrote:
>> On Wed, Apr 3, 2024, at 1:01 PM, Petr Vorel wrote:
>> > Although -Wmain-return-type is not considered as error (unlike
>> > -Wimplicit-int on gcc 14 and clang 16), but just a warning, let's fix it
>> > for the future.
>> We want the end result t