public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/46014] New: internal compiler error compiling clamav-0.96.3
@ 2010-10-14 10:42 margit@htw-saarland.de
  2010-10-14 10:46 ` [Bug c/46014] " margit@htw-saarland.de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: margit@htw-saarland.de @ 2010-10-14 10:42 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: internal compiler error compiling clamav-0.96.3
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: margit@htw-saarland.de


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c/46014] internal compiler error compiling clamav-0.96.3
  2010-10-14 10:42 [Bug c/46014] New: internal compiler error compiling clamav-0.96.3 margit@htw-saarland.de
@ 2010-10-14 10:46 ` margit@htw-saarland.de
  2010-10-14 10:46 ` margit@htw-saarland.de
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: margit@htw-saarland.de @ 2010-10-14 10:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from margit@htw-saarland.de 2010-10-14 10:46:47 UTC ---
Created attachment 22035
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22035
Makefile with compiler flags


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c/46014] internal compiler error compiling clamav-0.96.3
  2010-10-14 10:42 [Bug c/46014] New: internal compiler error compiling clamav-0.96.3 margit@htw-saarland.de
  2010-10-14 10:46 ` [Bug c/46014] " margit@htw-saarland.de
@ 2010-10-14 10:46 ` margit@htw-saarland.de
  2010-10-14 11:03 ` rguenth at gcc dot gnu.org
  2010-10-14 15:15 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: margit@htw-saarland.de @ 2010-10-14 10:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from margit@htw-saarland.de 2010-10-14 10:46:01 UTC ---
Created attachment 22034
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22034
intermediate file of error producing source


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c/46014] internal compiler error compiling clamav-0.96.3
  2010-10-14 10:42 [Bug c/46014] New: internal compiler error compiling clamav-0.96.3 margit@htw-saarland.de
  2010-10-14 10:46 ` [Bug c/46014] " margit@htw-saarland.de
  2010-10-14 10:46 ` margit@htw-saarland.de
@ 2010-10-14 11:03 ` rguenth at gcc dot gnu.org
  2010-10-14 15:15 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-10-14 11:03 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2010.10.14 11:02:53
     Ever Confirmed|0                           |1

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c/46014] internal compiler error compiling clamav-0.96.3
  2010-10-14 10:42 [Bug c/46014] New: internal compiler error compiling clamav-0.96.3 margit@htw-saarland.de
                   ` (2 preceding siblings ...)
  2010-10-14 11:03 ` rguenth at gcc dot gnu.org
@ 2010-10-14 15:15 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2010-10-14 15:15 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 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 ***


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-14 15:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-14 10:42 [Bug c/46014] New: internal compiler error compiling clamav-0.96.3 margit@htw-saarland.de
2010-10-14 10:46 ` [Bug c/46014] " margit@htw-saarland.de
2010-10-14 10:46 ` margit@htw-saarland.de
2010-10-14 11:03 ` rguenth at gcc dot gnu.org
2010-10-14 15:15 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).