[Bug c++/10923] New: template-parameter: "internal error: Segmentation Fault"

xueweizhong@mail.zte.com.cn gcc-bugzilla@gcc.gnu.org
Thu May 22 03:06:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: template-parameter: "internal error: Segmentation Fault"
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: xueweizhong@mail.zte.com.cn
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: sun-sparc-solaris2.8
  GCC host triplet: sun-sparc-solaris2.8
GCC target triplet: sun-sparc-solaris2.8

// file test.cpp
namespace A
{
  typedef int T;
}

template <class A::T t>
struct foo {};
~
~
gcc -c test.cpp:

test.cpp:6: internal error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Gcc-bugs mailing list