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++/16224] New: internal compiler error: in write_unscoped_name (template/namespace)


I am using
    gcc (GCC) 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)

I've recreated code that produces the conditions I had in my main project. I
don't know if I can reduce the size anymore.

The error:
tpl_mangle.cc: In function `int main()':
tpl_mangle.cc:30: internal compiler error: in write_unscoped_name, at
cp/mangle.c:786

Attached is code that produces the error.

I've found Bug 9304 and 10428 which both produce the same error, but do not
involve templates and namespaces. 

(Will attach code)

-- 
           Summary: internal compiler error: in write_unscoped_name
                    (template/namespace)
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: eda-qa at disemia dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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