Re: [PATCH] Revise the diagnostic output produced when config.guess fails.

2024-04-04 Thread Jacob Bachmeyer
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

Re: [PATCH] Modernize more C programs in config.guess.

2024-04-04 Thread Jacob Bachmeyer
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

Re: [PATCH] Revise the diagnostic output produced when config.guess fails.

2024-04-04 Thread Petr Vorel
> 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

Re: [PATCH] Modernize more C programs in config.guess.

2024-04-04 Thread Petr Vorel
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

[PATCH] Modernize more C programs in config.guess.

2024-04-04 Thread Zack Weinberg
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

[PATCH] Revise the diagnostic output produced when config.guess fails.

2024-04-04 Thread Zack Weinberg
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

Re: [PATCH 1/1] config.guess: Use int

2024-04-04 Thread Zack Weinberg
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