diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6b92826..b72b22f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2015-07-20 Marek Polacek <polacek@redhat.com> + + PR c++/55095 + * typeck.c (cp_build_binary_op): Warn about left shift overflows. + 2015-07-15 Jason Merrill <jason@redhat.com> PR c++/65091 |