Bug 20105 - cc1plus ICE in finish_function on bad input
Summary: cc1plus ICE in finish_function on bad input
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gcc
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-31 15:57 UTC by Matt Wilson
Modified: 2007-04-18 16:29 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-31 15:58:38 UTC
Embargoed:


Attachments (Terms of Use)
ii file for crash (1.30 MB, text/plain)
2000-10-31 15:58 UTC, Matt Wilson
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2000:132 0 normal SHIPPED_LIVE Bug fixing update of GCC 2.96 2000-12-19 05:00:00 UTC

Description Matt Wilson 2000-10-31 15:57:34 UTC
[msw@localhost ice]$ g++ -o tmp.o docfile.ii -c
In file included from
/usr/src/oo/oo_605_src/solver/605/unxlngi3.pro/inc/svtools/svstdarr.hxx:4,
                 from
/usr/src/oo/oo_605_src/sfx2/source/doc/docfile.cxx:72:
/usr/src/oo/oo_605_src/solver/605/unxlngi3.pro/inc/svtools/svarray.hxx: In
method `SvPtrarr::~SvPtrarr 
()':
/usr/src/oo/oo_605_src/solver/605/unxlngi3.pro/inc/svtools/svarray.hxx:671:
warning: deleting `void *' 
is undefined
/usr/src/oo/oo_605_src/solver/605/unxlngi3.pro/inc/svtools/svarray.hxx: In
method 
`SvPtrarrPlain::~SvPtrarrPlain ()':
/usr/src/oo/oo_605_src/solver/605/unxlngi3.pro/inc/svtools/svarray.hxx:672:
warning: deleting `void *' 
is undefined
In file included from
/usr/src/oo/oo_605_src/sfx2/source/doc/docfile.cxx:72:
/usr/src/oo/oo_605_src/solver/605/unxlngi3.pro/inc/svtools/svstdarr.hxx: In
method `SvULongs::~SvULongs 
()':
/usr/src/oo/oo_605_src/solver/605/unxlngi3.pro/inc/svtools/svstdarr.hxx:37:
warning: deleting `void *' 
is undefined
In file included from
/usr/src/oo/oo_605_src/sfx2/source/doc/docfile.cxx:203:
../../inc/docfile.hxx: At top level:
../../inc/docfile.hxx:220: warning: `class SfxPoolCancelManager' only 
defines a private destructor and has no friends
In file included from
/usr/src/oo/oo_605_src/sfx2/source/doc/docfile.cxx:213:
../inc/ucbhelp.hxx:125: warning: `class UCB_Link_Helper' only defines a 
private destructor and has no friends
/usr/src/oo/oo_605_src/sfx2/source/doc/docfile.cxx: In method `sal_Int32
OInputStreamHelper::readBytes 
(com::sun::star::uno::Sequence<sal_Int8> &, long int)':
/usr/src/oo/oo_605_src/sfx2/source/doc/docfile.cxx:265: parse error before
`<:'
/usr/src/oo/oo_605_src/sfx2/source/doc/docfile.cxx:268: parse error before
`<:'
/usr/src/oo/oo_605_src/sfx2/source/doc/docfile.cxx:278: parse error before
`<:'
/usr/src/oo/oo_605_src/sfx2/source/doc/docfile.cxx:285: Internal error
#122.
/usr/src/oo/oo_605_src/sfx2/source/doc/docfile.cxx:285: Internal compiler
error in finish_function, at 
../gcc/cp/decl.c:14391
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.

[msw@localhost ice]$ rpm -q gcc-c++
gcc-c++-2.96-62

Comment 1 Matt Wilson 2000-10-31 15:58:36 UTC
Created attachment 4835 [details]
ii file for crash

Comment 2 Jakub Jelinek 2000-12-06 14:48:09 UTC
gcc-c++-2.96-64 fixes this.


Note You need to log in before you can comment on or make changes to this bug.