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 bootstrap/13692] [3.4 Regression] ICE in schedule_insns, at sched-rgn.c:2743 with stage1 compiler compiling crtstuff.c


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-15 01:52 -------
Almost likely caused by:
2004-01-14  Jan Hubicka  <jh@suse.cz>
        * sched-deps.c (trye_dependency_cache, anti_dependency_cache,
        outptu_dependency_cache, forward_dependency_cahe): Trun to vectors of
        bitmaps
        (cache_size): New variable
        (add_dependence): Update use; canonize early memory locations
        (sched_analyze_1): Likewise.
        (sched_analyze_2): Likewise.
        (init_dependency_caches): Initialize bitmaps.
        (free_dependency_caches): Free bitmaps

Note this patch also causes bootstrap failure on powerpc-apple-darwin7.2.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |hubicka at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-15 01:52:54
               date|                            |
            Summary|ICE in schedule_insns, at   |[3.4 Regression] ICE in
                   |sched-rgn.c:2743 with stage1|schedule_insns, at sched-
                   |compiler compiling          |rgn.c:2743 with stage1
                   |crtstuff.c                  |compiler compiling
                   |                            |crtstuff.c
   Target Milestone|---                         |3.4.0


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


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