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++/23797] [3.4/4.0/4.1 Regression] ICE on typename outside template


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-09-11 15:58 -------
Even shorter testcase:

================================
struct A { typedef int X; };

int i = typename A::X();
================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored
            Summary|[3.4/4.0/4.1 Regression] ICE|[3.4/4.0/4.1 Regression] ICE
                   |(on invalid)                |on typename outside template


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


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