OSDN Git Service

* c-common.c (check_case_value): Adjust comment about stripping
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Mar 2005 22:36:42 +0000 (22:36 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Mar 2005 22:36:42 +0000 (22:36 +0000)
commita97c952ca6abfccfd82641acc186bbd9e83f1dd8
tree6afbe1d7fd19b5b59a51a04e48abe01c100bcb59
parent40d475ee1460e9ab2caaf7eda84a2242adab0f1d
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96770 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c
gcc/c-typeck.c