]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-common.c (check_case_value): Adjust comment about stripping NOPs.
authorJoseph Myers <joseph@codesourcery.com>
Sun, 20 Mar 2005 22:36:42 +0000 (22:36 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 20 Mar 2005 22:36:42 +0000 (22:36 +0000)
commited248cf7644668ecbad4a1a333fca6d0f7bba55a
tree6afbe1d7fd19b5b59a51a04e48abe01c100bcb59
parent749053f5e22e146b0fa53134a1d3bff912ca5840
c-common.c (check_case_value): Adjust comment about stripping NOPs.

* c-common.c (check_case_value): Adjust comment about stripping
NOPs.
(handle_vector_size_attribute): Don't strip NON_LVALUE_EXPR.
* c-typeck.c (default_conversion, convert_arguments,
build_modify_expr, convert_for_assignment, store_init_value,
digest_init): Use STRIP_TYPE_NOPS instead of stripping nops
manually.  Remove inaccurate comments.

From-SVN: r96770
gcc/ChangeLog
gcc/c-common.c
gcc/c-typeck.c