------- Comment #1 from burnus at gcc dot gnu dot org 2009-10-15 20:16 ------- (In reply to comment #0) > x = t2(45,478) ! INVALID > cp = x
The "x = " is of cause valid while the "cp = x" is invalid. The opposite "type = class" is already rejected. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41719