aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2013-01-09 15:51:09 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2013-01-09 15:51:09 +0100
commitcc83c823a2be3dc48f011c07c9e407af0a7974c0 (patch)
tree9860db1553f003a5d248886e9631536f697cf020 /Makefile.def
parentfdbff37f390c9bb60794be943acb898159717834 (diff)
re PR c/48418 (Bit shift operator >>=)
PR c/48418 * c-common.c (c_fully_fold_internal): Warn for LSHIFT_EXPR and RSHIFT_EXPR, if orig_op1 isn't INTEGER_CST, op1 is INTEGER_CST and is either negative or bigger or equal to type precision of the first operand. * typeck.c (cp_build_binary_op): For LSHIFT_EXPR and RSHIFT_EXPR, call maybe_constant_value for the negative or too big shift count warnings. * c-c++-common/pr48418.c: New test. From-SVN: r195051
Diffstat (limited to 'Makefile.def')
0 files changed, 0 insertions, 0 deletions