* tree.c (get_unwidened): Decide whether to narrow a bitfield
commit23ec9bd9ae1e56457e417f6d9ba85eb87dfc447f
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2003 03:21:25 +0000 (20 03:21 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2003 03:21:25 +0000 (20 03:21 +0000)
tree9bb4e10d802613726fd9fcebe175b05cee831ce4
parent1f42b98921eb02dce614f7b9daf73cdd86464fc1
    * tree.c (get_unwidened): Decide whether to narrow a bitfield
        reference based on TYPE_SIZE, not TYPE_PRECISION.
        * cp/cvt.c (convert_to_void): Don't warn about the RHS of a comma
        being useless if TREE_NO_UNUSED_WARNING is set.

        * stmt.c (parse_output_constraint): Warn about in-out constraint
        that doesn't allow a register.
        (parse_input_constraint): Warn about matching constraint that
        doesn't allow a register.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74871 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/stmt.c
gcc/tree.c