This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/24582] [4.0/4.1 regression] ICE in decl_jump_unsafe
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Oct 2005 17:42:15 -0000
- Subject: [Bug c++/24582] [4.0/4.1 regression] ICE in decl_jump_unsafe
- References: <bug-24582-280@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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