]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_CSTs.
authorJoseph Myers <joseph@codesourcery.com>
Sun, 20 Mar 2005 15:23:50 +0000 (15:23 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 20 Mar 2005 15:23:50 +0000 (15:23 +0000)
commitf6d1c3a69b64edc2ff6d10d8ec89456552a5f3a8
tree4b6f9cfd528a8733782d0ef9c585656d6f4190ce
parente498b9f1a0460c20a42d6835470de35d858379da
c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_CSTs.

* c-common.c (handle_aligned_attribute, check_function_sentinel,
get_nonnull_operand, handle_sentinel_attribute,
check_function_arguments_recurse): Do not strip NOPS from
INTEGER_CSTs.
* c-decl.c (check_bitfield_type_and_width, build_enumerator):
Likewise.
* c-format.c (get_constant): Likewise.
* c-parser.c (c_parser_postfix_expression): Likewise.
* c-typeck.c (set_init_index): Likewise.
(convert_arguments): Don't check for NOP_EXPR containing integer
constant.

From-SVN: r96760
gcc/ChangeLog
gcc/c-common.c
gcc/c-decl.c
gcc/c-format.c
gcc/c-parser.c
gcc/c-typeck.c