c++/1595: g++ reports internal error instead of code error

danbr@msil.sps.mot.com danbr@msil.sps.mot.com
Tue Jan 9 08:16:00 GMT 2001


>Number:         1595
>Category:       c++
>Synopsis:       g++ reports internal error instead of code error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 09 08:16:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Dan Bradley
>Release:        gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
>Organization:
>Environment:

>Description:
  stam.cc: In function `int main()':
            stam.cc:5: Internal compiler error.
            stam.cc:5: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
            stam.cc:5: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for details.
            Exit 1
>How-To-Repeat:
      #include <list>
            main () {
            list <int> l;
            int& i=l.back;
            }
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the Gcc-bugs mailing list