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]

c++/1506: g++ internal error



>Number:         1506
>Category:       c++
>Synopsis:       g++ internal error
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Sat Dec 23 20:16:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Merzliakov
>Release:        version 2.97 20001223 (experimental)
>Organization:
>Environment:
Page http://www.codesourcery.com/gcc-compile.shtml
>Description:
/tmp/@17500.7.cc:5: Internal error: Segmentation fault.
Please submit a full bug report.
See for instructions.

>How-To-Repeat:

>Fix:
work around the problem: 
fix misedit in source code
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="test3.cc"
Content-Disposition: inline; filename="test3.cc"

template<class T>
struct V {};

template<class T
struct W {};

int main() {
  return 0;
};

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