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++/12178] New: ICE in genrtl_cleanup_stmt, at c-semantics.c:761


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

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

           Summary: ICE in genrtl_cleanup_stmt, at c-semantics.c:761
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: larsbj at lyx dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu

Internal compiler error when compiling LyX code.

source='insetfloat.C' object='insetfloat.lo' libtool=yes \
depfile='.deps/insetfloat.Plo' tmpdepfile='.deps/insetfloat.TPlo' \
depmode=gcc3 /bin/sh ../../config/depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src
-I./../ -I../../boost  -I/usr/X11R6/include  -g -O -fno-exceptions -W -Wall -c
-o insetfloat.lo `test -f 'insetfloat.C' || echo './'`insetfloat.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost
-I/usr/X11R6/include -g -O -fno-exceptions -W -Wall -c insetfloat.C -MT
insetfloat.lo -MD -MP -MF .deps/insetfloat.TPlo
/opt/gcc34/lib/gcc/i686-pc-linux-gnu/3.4/../../../../include/c++/3.4/bits/basic_string.h:
In member function `virtual int InsetFloat::latex(const Buffer&, std::ostream&,
const LatexRunParams&) const':
/opt/gcc34/lib/gcc/i686-pc-linux-gnu/3.4/../../../../include/c++/3.4/bits/basic_string.h:1956:
internal compiler error: tree check: expected class 'd', have 'r' (indirect_ref)
in genrtl_cleanup_stmt, at c-semantics.c:761
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [insetfloat.lo] Error 1


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