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]
Other format: [Raw text]

[Bug c++/11798] New: ICE in Open Inventor GeneralizedCylinder.c++


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11798

           Summary: ICE in Open Inventor GeneralizedCylinder.c++
           Product: gcc
           Version: 2.95.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: smcpeak at cs dot berkeley dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-slackware-linux
  GCC host triplet: i386-slackware-linux
GCC target triplet: i386-slackware-linux

$ g++ -o /dev/null -c -fPIC -O GeneralizedCylinder.ii
GeneralizedCylinder.c++: In method `void
GeneralizedCylinder::initSpineKeyPointRotations()':
GeneralizedCylinder.c++:478: Internal compiler error.
GeneralizedCylinder.c++:478: Please submit a full bug report.
GeneralizedCylinder.c++:478: See <URL:http://www.gnu.org/software/gcc/bugs.html>

$ g++ -v
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/specs
gcc version 2.95.3 20010315 (release)

Note that the optimization settings, "-fPIC -O", are necessary to trigger
the ICE.  I'll attach the preprocessed input file as the next step (assuming
this works like Mozilla's bugzilla...)


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