This is the mail archive of the gcc-prs@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++/1595: g++ reports internal error instead of code error



>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:

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