This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22005] [4.1 Regression] ICE: SSA_NAME verification failure
- 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: 10 Jun 2005 22:13:00 -0000
- Subject: [Bug c++/22005] [4.1 Regression] ICE: SSA_NAME verification failure
- References: <20050610165320.22005.Ralf.Wildenhues@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 22:12 -------
(In reply to comment #7)
> Though unrelated: What exactly is invalid here?
You are jumping out of an asm which is invalid as there is no way for GCC to know that.
Also the label in the function gives GCC no way to know that you are jumping into that function.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22005