Re: Fwd: [PATCH v3] C: Support Function multiversionsing in the C front end

2024-11-11 Thread Joseph Myers
On Mon, 11 Nov 2024, Alfie Richards wrote: > I see this code is very unclear in hindsight. The logic of this code > relies on that FMV functions are only allowed at file scope. > This should have a DECL_FILE_SCOPE_P check to avoid some of the ridiculous > cases you mentioned. If you have an actua

Fwd: [PATCH v3] C: Support Function multiversionsing in the C front end

2024-11-11 Thread Alfie Richards
Adding missing CC's Forwarded Message Subject: Re: [PATCH v3] C: Support Function multiversionsing in the C front end Date: Mon, 11 Nov 2024 12:29:57 + From: Alfie Richards To: Joseph Myers Hi Joseph, Thank you for the detailed feedback. I am quite junior a