This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c++/3280: using mem_fun1_t with array as argument type



>Number:         3280
>Category:       c++
>Synopsis:       using mem_fun1_t with array as argument type
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 19 23:36:36 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael Shepanski
>Release:        gcc version 2.95.2 19991024
>Organization:
>Environment:
Linux/Pentium
>Description:
// generate an ICE:

#include <functional>
class C {};
mem_fun1_t <int, C, char []> fun;
>How-To-Repeat:
$ gcc tmp.cpp
>Fix:
please
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]