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 c++/24582] [4.0/4.1 regression] ICE in decl_jump_unsafe



------- Comment #4 from pinskia at gcc dot gnu dot org  2005-10-30 17:42 -------
(In reply to comment #3)
> This is not mine after all.
As this was introduced before my patch which I had thought might had caused it.

This was caused by:
2005-10-13  Mark Mitchell  <mark@codesourcery.com>

        PR c++/20721
        * cp-tree.h (DECL_NONTRIVIALLY_INITIALIZED_P): New macro.
        * decl.c (duplicate_decls): Merge it into new declarations.
        (decl_jump_unsafe): Use it, rather than DECL_INITIAL.
        (cp_finish_decl): Set it, when appropriate.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org
            Summary|[4.1 regression] ICE in     |[4.0/4.1 regression] ICE in
                   |decl_jump_unsafe            |decl_jump_unsafe
   Target Milestone|4.1.0                       |4.0.3


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


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