tree.c (get_unwidened): Decide whether to narrow a bitfield reference based on TYPE_S...
authorJason Merrill <jason@redhat.com>
Sat, 20 Dec 2003 03:21:25 +0000 (22:21 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 20 Dec 2003 03:21:25 +0000 (22:21 -0500)
commitf3da0ead0c5c3772c8322cc4aad8deeb382ef2dd
tree9bb4e10d802613726fd9fcebe175b05cee831ce4
parent46eb4b398948ddef881e51b9c49d96e242d56002
tree.c (get_unwidened): Decide whether to narrow a bitfield reference based on TYPE_SIZE...

        * 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.

From-SVN: r74871
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/stmt.c
gcc/tree.c