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++ Internal compiler error


Dear sir,

  I would like to report an internal compiler error I get when
compiling qt-1.33 with egcs-1.0.2 on a SunOS or Solaris box.

On Solaris 2.6, the error is generated in qpic_x11.cpp, line 39.
There are no other warnings or errors generated concerning that
line. On the other hand, the file compiles correctly under SunOS.

On SunOS, the error is generated in qtstream.cpp, line 153.
There are warnings about non-ANSI C++ code in lines 152 and 153,
but there's nothing to suggest that they're related to the
internal compiler error. On the other hand, the file compiles
correctly under Solaris and /no/ warnings of non-ANSI C++ code
are given.

The compiler errors remain after all optimization flags have
been removed.

The same bug appears in gcc-2.8.1

Thanks,

Jonathan Day



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