]> git.ipfire.org Git - thirdparty/gcc.git/commit
2019-04-24 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Apr 2019 10:08:07 +0000 (10:08 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Apr 2019 10:08:07 +0000 (10:08 +0000)
commit7b7f6a07baa1f39386dbf27f484d28d2050df199
tree536b7efc8d081600600564418ea0eb476ce9f406
parentb8e7334136986a510454a490ce73bf6ec8304ab9
2019-04-24  Richard Biener  <rguenther@suse.de>

cp/
* call.c (null_ptr_cst_p): Order checks according to expensiveness.
(conversion_null_warnings): Likewise.
* typeck.c (same_type_ignoring_top_level_qualifiers_p): Return
early if type1 == type2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270539 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/typeck.c