This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r242164 - in /branches/ARM/sve-branch/gcc: buil...


Author: rsandifo
Date: Fri Nov 11 17:11:19 2016
New Revision: 242164

URL: https://gcc.gnu.org/viewcvs?rev=242164&root=gcc&view=rev
Log:
Add a fixed_size_mode_pod class

This patch adds a POD version of fixed_size_mode.  The only current use
is for storing the __builtin_apply and __builtin_result register modes,
which were made fixed_size_modes by the previous patch.

Modified:
    branches/ARM/sve-branch/gcc/builtins.c
    branches/ARM/sve-branch/gcc/builtins.h
    branches/ARM/sve-branch/gcc/coretypes.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]