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 pch/14137] [pch] [unit-at-a-time] ICE in cgraph_finalize_compilation_unit, at cgraphunit.c:407


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-13 06:36 -------
Confirmed.  This is an unit-at-a-time and a PCH problem as not doing either will cause this to pass.  I 
do not know which one is causing the exact problem, a cgraph data structor not being marked as GC or 
something in PCH which is causing it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |geoffk at gcc dot gnu dot
                   |                            |org, hubicka at gcc dot gnu
                   |                            |dot org
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |pch
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-13 06:36:04
               date|                            |
            Summary|ICE in                      |[pch] [unit-at-a-time] ICE
                   |cgraph_finalize_compilation_|in
                   |unit, at cgraphunit.c:407   |cgraph_finalize_compilation_
                   |                            |unit, at cgraphunit.c:407
   Target Milestone|---                         |3.4.0


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


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