c++: Remove FLOAT_EXPR assert in tsubst.
authorMarek Polacek <polacek@redhat.com>
Thu, 18 Mar 2021 21:19:17 +0000 (17:19 -0400)
committerMarek Polacek <polacek@redhat.com>
Thu, 18 Mar 2021 21:20:32 +0000 (17:20 -0400)
commit96ccb325432822f0f5b22bb44c2035ec1e7e8631
treed5394650656836d7919286a3fc761efc481c3ee5
parenta4670f58ebff805e35268542aac35f9791980954
c++: Remove FLOAT_EXPR assert in tsubst.

This assert triggered when pr85013.C was compiled with -fchecking=2
which the usual testing doesn't exercise.  Let's remove it for now
and revisit in GCC 12.

gcc/cp/ChangeLog:

* pt.c (tsubst_copy_and_build) <case FLOAT_EXPR>: Remove.
gcc/cp/pt.c