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++/13458] [3.3 Regression] Segfault on recursive member template; maybe duplicate of 13289.


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-21 22:16 -------

Fixed on the mainline: Search converges between 2002-12-27-trunk (#177) and 2002-12-28-
trunk (#178).

input.cc:5: error: too few template-parameter-lists
input.cc: In function `int main()':
input.cc:10: error: aggregate `outer<5>::inner<10> a' has incomplete type and cannot be defined

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-21 22:16:31
               date|                            |
            Summary|Segfault on recursive member|[3.3 Regression] Segfault on
                   |template; maybe duplicate of|recursive member template;
                   |13289.                      |maybe duplicate of 13289.
   Target Milestone|---                         |3.3.3


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


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