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]

failure notice


Hi,

I've encountered an Internal Compiler Error that you might want to know
about. It might not be a big deal since code that triggers it is shouldn't
compile anyway, but I'll report it anyway, just in case.

gcc version:
  gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

Command line:
  gcc bug.cpp

OS:
  Plain RedHat Linux 6.0; Linux 2.2.5

Compiler output:
  bug.cpp: In method `bug::bug()':
  bug.cpp:7: Internal compiler error.
  bug.cpp:7: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
  bug.cpp:7: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.

Attachments:
  bug.cpp (minimum source file which reproduces the compiler error)
  bug_e.txt.gz (output of gcc -E bug.cpp)


Regards,

 -Marius
#include <list>

class bug
{
  list<int>::iterator iter;
public:
  bug() {iter=this->list.end();}
};

bug_e.txt.gz


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