https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88216

--- Comment #2 from emmanuel.le-tr...@cnrs-orleans.fr ---
Valid. This snippet compiles:


    struct 
T {};

    template <T t>
    struct 
U {};

T t;

U <t> u;

Reply via email to