On Fri, Feb 3, 2023 at 8:34 AM Richard Biener
wrote:
>
> On Thu, Feb 2, 2023 at 6:39 PM Michael Meissner via Gcc-patches
> wrote:
> >
> > The new __dmr type that is being added as a possible future PowerPC
> > instruction
>
> "is being added" means this feature is already in GCC 13?
>
> > set bu
On Thu, Feb 2, 2023 at 6:39 PM Michael Meissner via Gcc-patches
wrote:
>
> The new __dmr type that is being added as a possible future PowerPC
> instruction
"is being added" means this feature is already in GCC 13?
> set bumps into a structure field size issue. The size of the __dmr type is
>
The new __dmr type that is being added as a possible future PowerPC instruction
set bumps into a structure field size issue. The size of the __dmr type is
1024 bits.
The precision field in tree_type_common is currently 10 bits, so if you store
1,024 into field, you get a 0 back. When you get 0 i