Re: [PATCH v2 3/8] rs6000: Unify error messages for built-in constant restrictions

2022-02-01 Thread Segher Boessenkool
On Tue, Feb 01, 2022 at 08:53:52AM -0600, Bill Schmidt wrote: > As discussed, I simplified this patch by just changing how the error > message is produced: > > We currently give different error messages for built-in functions that > violate range restrictions on their arguments, depending on wheth

[PATCH v2 3/8] rs6000: Unify error messages for built-in constant restrictions

2022-02-01 Thread Bill Schmidt via Gcc-patches
Hi! As discussed, I simplified this patch by just changing how the error message is produced: We currently give different error messages for built-in functions that violate range restrictions on their arguments, depending on whether we record them as requiring an n-bit literal or a literal betwee