]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/ChangeLog
Daily bump.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
index 6f8c4f0e66d4b5f3963388e2cd141674bf63a3d4..217a1ac5639e1c13e3163db1f1e93060d05d0e17 100644 (file)
@@ -1,3 +1,12 @@
+2021-07-27  Marek Polacek  <polacek@redhat.com>
+
+       DR 1512
+       PR c++/99701
+       * cp-gimplify.c (cp_fold): Remove {LE,LT,GE,GT_EXPR} from
+       a switch.
+       * typeck.c (cp_build_binary_op): Reject ordered comparison
+       of two null pointers.
+
 2021-07-26  Jakub Jelinek  <jakub@redhat.com>
 
        * parser.h (struct cp_lexer): Add orphan_p member.