r238800 - in /trunk/gcc: ChangeLog c-family/Cha...

edlinger@gcc.gnu.org edlinger@gcc.gnu.org
Wed Jul 27 20:35:00 GMT 2016


Author: edlinger
Date: Wed Jul 27 20:35:35 2016
New Revision: 238800

URL: https://gcc.gnu.org/viewcvs?rev=238800&root=gcc&view=rev
Log:
2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
        * tree.h (LOG2_BITS_PER_UNIT): ...to here.
        (BITS_PER_UNIT_LOG): Remove.
        (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
        * expr.c (expand_assignment): Likewise. 
        * stor-layout.c (initialize_sizetypes): Likewise.

c-family:
2016-07-27  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * c-common.c (check_user_alignment): Use LOG2_BITS_PER_UNIT instead of
        BITS_PER_UNIT_LOG.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c
    trunk/gcc/defaults.h
    trunk/gcc/expr.c
    trunk/gcc/stor-layout.c
    trunk/gcc/tree.h



More information about the Gcc-cvs mailing list