Bug 46014 - internal compiler error compiling clamav-0.96.3
Summary: internal compiler error compiling clamav-0.96.3
Status: RESOLVED DUPLICATE of bug 34207
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 4.3.0
: P3 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-14 10:42 UTC by margit
Modified: 2010-10-14 15:15 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2010-10-14 11:02:53


Attachments
intermediate file of error producing source (30.82 KB, application/octet-stream)
2010-10-14 10:46 UTC, margit
Details
Makefile with compiler flags (18.70 KB, text/plain)
2010-10-14 10:46 UTC, margit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description margit 2010-10-14 10:42:31 UTC
output of gcc -v:
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with: ../gcc-4.3.0/configure --enable-languages=c,c++
Thread model: posix
gcc version 4.3.0 (GCC) 

detailed compiler flags for building gcc are unknown


Error message:
init2.c:37:  assertion failed: ((64 - 0)+0) == (((64 - 0)+0)/8) * 8 && sizeof(mp_limb_t) == (((64 - 0)+0)/8)
bytecode_api.c: In function 'cli_bcapi_ilog2':
bytecode_api.c:952: internal compiler error: Abort

makefile and bytecode_api.i are attached
Comment 1 margit 2010-10-14 10:46:01 UTC
Created attachment 22034 [details]
intermediate file of error producing source
Comment 2 margit 2010-10-14 10:46:47 UTC
Created attachment 22035 [details]
Makefile with compiler flags
Comment 3 Richard Biener 2010-10-14 11:02:53 UTC
Please try GCC 4.3.5.  Can't reproduce with the sparse info you provided with
4.3.0.
Comment 4 Andrew Pinski 2010-10-14 15:15:10 UTC
This is a bug in a version of GMP/MPRF that you are using.

*** This bug has been marked as a duplicate of bug 34207 ***