Re: [PATCH] PR c++/80990 use cv-qualifiers in class template argument deduction

2017-06-07 Thread Nathan Sidwell
On 06/06/2017 03:07 PM, Jonathan Wakely wrote: This fixes class template argument deduction so that cv-qualifiers are not ignored. Bootstrapped and tested powerpc64le-linux. OK for trunk? PR c++/80990 * pt.c (do_class_deduction): Build qualified type. ok -- Nathan Sidwell

[PATCH] PR c++/80990 use cv-qualifiers in class template argument deduction

2017-06-06 Thread Jonathan Wakely
This fixes class template argument deduction so that cv-qualifiers are not ignored. Bootstrapped and tested powerpc64le-linux. OK for trunk? PR c++/80990 * pt.c (do_class_deduction): Build qualified type. commit 1a81d74fa9cf32cb33580cc4a5e9a7c5868ce32b Author: Jonathan Wakely D