[Bug c++/15021] parse error in template instatiation

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Apr 20 11:23:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-20 11:03 -------
The parse error is fixed for 3.4.0.

But note it is too allocated/constructed.
The following instruction:
        bl _Znwj
is a call to "new" so everything has been inlined into _Z41__static_initialization_and_destruction_0ii.
The static initializer for the translational unit.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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



More information about the Gcc-bugs mailing list