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]

r242236 - in /branches/ARM/sve-branch/gcc: expm...


Author: rsandifo
Date: Fri Nov 11 17:24:53 2016
New Revision: 242236

URL: https://gcc.gnu.org/viewcvs?rev=242236&root=gcc&view=rev
Log:
poly_int: C++ bitfield regions

This patch changes C++ bitregion_start/end values from
constants to poly_ints.  Although it's unlikely that the size
needs to be polynomial in practice, the offset could be with
future language extensions.

Modified:
    branches/ARM/sve-branch/gcc/expmed.c
    branches/ARM/sve-branch/gcc/expmed.h
    branches/ARM/sve-branch/gcc/expr.c
    branches/ARM/sve-branch/gcc/machmode.h
    branches/ARM/sve-branch/gcc/stor-layout.c


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