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 target/43358] internal compiler error: in pool_free, at alloc-pool.c:335



------- Comment #2 from steven at gcc dot gnu dot org  2010-03-14 12:53 -------
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) Starting program:
/home/stevenb/devel/build-mips/gcc/cc1 -quiet -O1 t.c

Breakpoint 1, fancy_abort (file=0x40000000018f3ea8
"../../trunk/gcc/alloc-pool.c", line=335, function=0x40000000018f3ec8
"pool_free")
    at ../../trunk/gcc/diagnostic.c:763
763       internal_error ("in %s, at %s:%d", function, trim_filename (file),
line);
(gdb) bt 10
#0  fancy_abort (file=0x40000000018f3ea8 "../../trunk/gcc/alloc-pool.c",
line=335, function=0x40000000018f3ec8 "pool_free")
    at ../../trunk/gcc/diagnostic.c:763
#1  0x40000000001d74b0 in pool_free (pool=0x6000000000202070,
ptr=0x600000000021cd78) at ../../trunk/gcc/alloc-pool.c:335
#2  0x4000000000740cd0 in ira_free_cost_vector (vec=0x600000000021cd78,
cover_class=GR_AND_ACC_REGS) at ../../trunk/gcc/ira-build.c:1339
#3  0x400000000073e820 in finish_allocno (a=0x6000000000211e80) at
../../trunk/gcc/ira-build.c:994
#4  0x400000000073ea30 in finish_allocnos () at
../../trunk/gcc/ira-build.c:1012
#5  0x400000000074dc70 in ira_destroy () at ../../trunk/gcc/ira-build.c:2850
#6  0x40000000007333c0 in ira (f=0x0) at ../../trunk/gcc/ira.c:3298
#7  0x40000000007337b0 in rest_of_handle_ira () at ../../trunk/gcc/ira.c:3352
#8  0x400000000089a170 in execute_one_pass (pass=0x6000000000034050) at
../../trunk/gcc/passes.c:1567
#9  0x400000000089a840 in execute_pass_list (pass=0x6000000000034050) at
../../trunk/gcc/passes.c:1622
(More stack frames follow...)
(gdb)


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-03-14 12:53:11
               date|                            |


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


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