------- Comment #3 from pinskia at gcc dot gnu dot org  2007-09-25 23:32 -------
Confirmed, reduced testcase:
template <class T_> struct SizeFor_ { static const int Size = 2; };
template <class R_>
struct Test {
    template <class T_>
    void test_array(int (&arr)[SizeFor_<T_>::Size]);
};
Test<int> p2;


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-09-25 23:32:46
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33553

Reply via email to