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]

r242101 - in /branches/ARM/sve-branch: gcc/ada/...


Author: rsandifo
Date: Fri Nov 11 16:59:27 2016
New Revision: 242101

URL: https://gcc.gnu.org/viewcvs?rev=242101&root=gcc&view=rev
Log:
Add SET_DECL_MODE

This may no longer be necessary with the current version
of the SVE patches, but it does at least make things consistent
with the TYPE_MODE/SET_TYPE_MODE split.

Modified:
    branches/ARM/sve-branch/gcc/ada/gcc-interface/utils.c
    branches/ARM/sve-branch/gcc/c/c-decl.c
    branches/ARM/sve-branch/gcc/cfgexpand.c
    branches/ARM/sve-branch/gcc/cp/class.c
    branches/ARM/sve-branch/gcc/cp/decl.c
    branches/ARM/sve-branch/gcc/cp/pt.c
    branches/ARM/sve-branch/gcc/fortran/trans-common.c
    branches/ARM/sve-branch/gcc/fortran/trans-decl.c
    branches/ARM/sve-branch/gcc/fortran/trans-types.c
    branches/ARM/sve-branch/gcc/function.c
    branches/ARM/sve-branch/gcc/ipa-prop.c
    branches/ARM/sve-branch/gcc/lto/lto.c
    branches/ARM/sve-branch/gcc/omp-simd-clone.c
    branches/ARM/sve-branch/gcc/stor-layout.c
    branches/ARM/sve-branch/gcc/tree-inline.c
    branches/ARM/sve-branch/gcc/tree-into-ssa.c
    branches/ARM/sve-branch/gcc/tree-sra.c
    branches/ARM/sve-branch/gcc/tree-ssa-ccp.c
    branches/ARM/sve-branch/gcc/tree-ssa-loop-ivopts.c
    branches/ARM/sve-branch/gcc/tree-ssa.c
    branches/ARM/sve-branch/gcc/tree-streamer-in.c
    branches/ARM/sve-branch/gcc/tree.c
    branches/ARM/sve-branch/gcc/tree.h
    branches/ARM/sve-branch/gcc/varasm.c
    branches/ARM/sve-branch/libcc1/plugin.cc


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