This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/22514] [4.1 Regression] ICE in force_decl_die with invalid code after error
- From: "phython at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jul 2005 06:41:10 -0000
- Subject: [Bug debug/22514] [4.1 Regression] ICE in force_decl_die with invalid code after error
- References: <20050716194156.22514.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From phython at gcc dot gnu dot org 2005-07-29 06:41 -------
if (sorrycount || errorcount)
return;
at the top of cp_emit_debug_info_for_using seems to fix this ICE.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22514