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++/382: Re: Bugs



>Number:         382
>Category:       c++
>Synopsis:       Bugs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          analyzed
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Wed Jul 05 23:56:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     "kgeorgiy" <kgeorgiy@green.ifmo.ru>
>Release:        2.95.2
>Organization:
>Environment:
>Description:
 Original-Message-ID: <000501bfe669$52f5fab0$031010ac@geo>
 Date: Wed, 5 Jul 2000 14:10:57 +0400

 GCC version 2.95.2
 DOS (djgpp)
 no options 

 <Source code for bug 1>
 struct A {                                            // class A { public: 
   template <class T> void f(T) {}
 };
 void (*&h)(int) = A::f<int>;
 </Source code for bug 1>

 Produces internal compiler error 56

 <Source code for bug 2>
 put into another PR - mvl
 </Source code for bug 2>
>How-To-Repeat:
>Fix:
>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]