On Mon, 18 Sep 2023, Matthew Malcomson via Gcc-patches wrote:
> On 8/9/23 19:14, Jakub Jelinek via Gcc-patches wrote:
>
> > It is enabled only on targets which have agreed on processor specific
> > ABI how to lay those out or pass as function arguments/return values,
> > which currently is just x
On 8/9/23 19:14, Jakub Jelinek via Gcc-patches wrote:
It is enabled only on targets which have agreed on processor specific
ABI how to lay those out or pass as function arguments/return values,
which currently is just x86-64 I believe, would be nice if target maintainers
helped to get agreement
Hi!
On Mon, Aug 21, 2023 at 05:24:02PM +0200, Jakub Jelinek via Gcc-patches wrote:
> Jakub Jelinek (12):
> expr: Small optimization [PR102989]
> lto-streamer-in: Adjust assert [PR102989]
> phiopt: Fix phiopt ICE on vops [PR102989]
> Middle-end _BitInt support [PR102989]
> _BitInt lowerin
On Mon, Aug 21, 2023 at 8:25 AM Jakub Jelinek via Gcc-patches
wrote:
>
> Hi!
>
> On Wed, Aug 09, 2023 at 08:14:14PM +0200, Jakub Jelinek via Gcc-patches wrote:
> > Jakub Jelinek (12):
> > expr: Small optimization [PR102989]
> > lto-streamer-in: Adjust assert [PR102989]
> > phiopt: Fix phiopt
On Mon, 21 Aug 2023, Jakub Jelinek via Gcc-patches wrote:
> Joseph, could I ask now at least for an overall design review of the
> C patches (8-10,13) whether its interfaces with middle-end are ok,
> so that Richi can review the middle-end parts?
I am fine with the interface to the middle-end par
Hi!
On Wed, Aug 09, 2023 at 08:14:14PM +0200, Jakub Jelinek via Gcc-patches wrote:
> Jakub Jelinek (12):
> expr: Small optimization [PR102989]
> lto-streamer-in: Adjust assert [PR102989]
> phiopt: Fix phiopt ICE on vops [PR102989]
> Middle-end _BitInt support [PR102989]
> _BitInt lowerin
On Thu, Aug 10, 2023 at 12:13 AM Jakub Jelinek via Gcc-patches
wrote:
>
> On Thu, Aug 10, 2023 at 06:55:05AM +, Richard Biener wrote:
> > On Wed, 9 Aug 2023, Joseph Myers wrote:
> >
> > > On Wed, 9 Aug 2023, Jakub Jelinek via Gcc-patches wrote:
> > >
> > > > - _Complex _BitInt(N) isn't support
On Thu, Aug 10, 2023 at 06:55:05AM +, Richard Biener wrote:
> On Wed, 9 Aug 2023, Joseph Myers wrote:
>
> > On Wed, 9 Aug 2023, Jakub Jelinek via Gcc-patches wrote:
> >
> > > - _Complex _BitInt(N) isn't supported; again mainly because none of the
> > > psABIs
> > > mention how those should
On Wed, 9 Aug 2023, Joseph Myers wrote:
> On Wed, 9 Aug 2023, Jakub Jelinek via Gcc-patches wrote:
>
> > - _Complex _BitInt(N) isn't supported; again mainly because none of the
> > psABIs
> > mention how those should be passed/returned; in a limited way they are
> > supported internally beca
On Wed, 9 Aug 2023, Jakub Jelinek via Gcc-patches wrote:
> - _Complex _BitInt(N) isn't supported; again mainly because none of the psABIs
> mention how those should be passed/returned; in a limited way they are
> supported internally because the internal functions into which
> __builtin_{add
Hi!
The following patch series introduces support for C23 bit-precise integer
types. In short, they are similar to other integral types in many ways,
just aren't subject for integral promotions if smaller than int and they can
have even much wider precisions than ordinary integer types.
This ser
11 matches
Mail list logo