This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug c++/18436] [3.4/4.0 Regression] ICE in perform_or_defer_access_check (binfo is NULL)


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-11-12 11:58 -------
The examples from comment #3 and comment #4 can both be reduced to

=====================================
void foo(int);

struct A
{
    static void foo(A);
};

template<typename T> struct B : T
{
    B() { foo(T()); }
};

B<A> b;
=====================================

I'm not sure whether this is valid or not - icc for example rejects the
code in strict mode.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   GCC host triplet|i686-pc-linux-gnu           |
           Keywords|                            |monitored
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-12 11:58:49
               date|                            |


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


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