diff options
| author | Jakub Jelinek <jakub@redhat.com> | 2013-01-09 15:51:09 +0100 |
|---|---|---|
| committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-01-09 15:51:09 +0100 |
| commit | cc83c823a2be3dc48f011c07c9e407af0a7974c0 (patch) | |
| tree | 9860db1553f003a5d248886e9631536f697cf020 /libcpp/errors.c | |
| parent | fdbff37f390c9bb60794be943acb898159717834 (diff) | |
| download | gcc-cc83c823a2be3dc48f011c07c9e407af0a7974c0.zip gcc-cc83c823a2be3dc48f011c07c9e407af0a7974c0.tar.gz gcc-cc83c823a2be3dc48f011c07c9e407af0a7974c0.tar.bz2 | |
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 'libcpp/errors.c')
0 files changed, 0 insertions, 0 deletions
