------- Comment #1 from bangerth at gmail dot com  2009-01-30 15:20 -------
Confirmed. The original testcase had a function argument of type
pointer-to-pointer-to-array-of-unknown-size, but this testcase
also fails:
----------------------------
template <typename T_>
bool f (T_ p);

bool g ()
{ return f<int(*)[]>(0); }
-----------------------------


-- 

bangerth at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.3.1 4.4.0 2.95.3


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

Reply via email to